classifier.discriminant_projector | R Documentation |
Create a k-NN classifier for a discriminant projector
## S3 method for class 'discriminant_projector'
classifier(x, colind = NULL, knn = 1, ...)
x |
the discriminant projector object |
colind |
an optional vector specifying the column indices of the components |
knn |
the number of nearest neighbors (default=1) |
... |
extra arguments |
a classifier object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.