summary.classres {mdatools} | R Documentation |
Summary statistics about classification result object
Description
Generic summary
function for classification results. Prints performance values for the
results.
Usage
## S3 method for class 'classres'
summary(
object,
ncomp = object$ncomp.selected,
nc = seq_len(object$nclasses),
...
)
Arguments
object |
classification results (object of class |
ncomp |
which number of components to make the plot for (use NULL to show results for all available). |
nc |
vector with class numbers to show the summary for. |
... |
other arguments |
[Package mdatools version 0.14.1 Index]