summary.classres | R Documentation |
Generic summary
function for classification results. Prints performance values for the
results.
## S3 method for class 'classres'
summary(
object,
ncomp = object$ncomp.selected,
nc = seq_len(object$nclasses),
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.