classifier.projector | R Documentation |
create classifier from a projector
## S3 method for class 'projector'
classifier(
x,
colind = NULL,
labels,
new_data = NULL,
knn = 1,
global_scores = TRUE,
...
)
x |
projector |
colind |
... |
labels |
... |
new_data |
... |
knn |
... |
global_scores |
... |
... |
extra args |
Other classifier:
classifier.multiblock_biprojector()
,
rf_classifier.projector()
# Assume proj is a fitted projector object
# Assume lbls are labels and dat is new data
# classifier(proj, labels = lbls, new_data = dat, knn = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.