View source: R/rf_classPredict.R
rf_classPredict | R Documentation |
Classify the transformed query data using the random forest classifier.
rf_classPredict(rfObj, expQuery, numRand = 50)
rfObj |
random forest object created from |
expQuery |
transformed query data created from |
numRand |
number of random profiles to add into the classification |
a classification matrix of the query data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.