predict.classifier | R Documentation |
predict with a classifier object
## S3 method for class 'classifier'
predict(
object,
new_data,
ncomp = NULL,
colind = NULL,
metric = c("euclidean", "cosine", "ejaccard"),
normalize_probs = FALSE,
...
)
object |
classifier |
new_data |
new data |
ncomp |
number of components |
colind |
column indices |
metric |
similarity metric |
normalize_probs |
logical |
... |
extra args |
list with class and prob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.