classifdata {MorphoTools2} | R Documentation |
Class classifdata
Description
The classifdata
class is designed for storing results of classificatory discriminant analysis.
Format
Class classifdata
.
- ID
IDs of each row.
- Population
population membership of each row.
- Taxon
taxon membership of each row.
- classif
classification from discriminant analysis.
- classif.funs
the classification functions computed for raw characters (descriptors). If
crossval = "pop"
, means of coefficients of classification functions are computed.- prob
posterior probabilities of classification into each taxon (if calculated by
classif.lda
orclassif.qda
), or proportion of the votes for the winning class (calculated byclassif.knn
)- correct
logical, correctness of classification.
[Package MorphoTools2 version 1.0.1.1 Index]