as.matrix.classres | R Documentation |
Generic as.matrix
function for classification results. Returns matrix with performance
values for specific class.
## S3 method for class 'classres'
as.matrix(x, ncomp = NULL, nc = 1, ...)
x |
classification results (object of class |
ncomp |
model complexity (number of components) to show the parameters for. |
nc |
if there are several classes, which class to show the parameters for. |
... |
other arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.