classifier.projector | R Documentation |
create classifier from a projector
## S3 method for class 'projector'
classifier(
x,
colind = NULL,
labels,
new_data,
knn = 1,
global_scores = TRUE,
...
)
x |
projector |
colind |
... |
labels |
... |
new_data |
... |
knn |
... |
global_scores |
... |
... |
extra args |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.