summary.lpda.3D {lpda} | R Documentation |
Summarizing lpda.3D classification
Description
summary method for class "lpda.3D"
Usage
## S3 method for class 'lpda.3D'
summary(object, datatest = NULL, grouptest=NULL,...)
## S3 method for class 'summary.lpda.3D'
print(x, ...)
Arguments
object |
Object of class inheriting from "lpda.3D" |
datatest |
An optional data to predict their class and compare with real in the confusion matrix. If omitted, the original data is used. |
grouptest |
When datatest is specified, grouptest must also be specified and viceversa. |
x |
An object of class " |
... |
Other arguments passed. |
Value
Confusion.Matrix |
Table of confusion. Predicted classes in rows and real classes in columns, giving the hit (in the diagonal) and misclassification counts (out of the diagonal) |
Author(s)
Maria Jose Nueda, mj.nueda@ua.es
See Also
[Package lpda version 1.2.1 Index]