RandomForestBase

src/RandomForestBase.js
new RandomForestBase()
Instance Members
featureImportance()
predict(toPredict)
predictionValues(toPredict)
predictOOB()
selection(values)
toJSON()
train(trainingSet, trainingValues)

RandomForestClassifier

src/RandomForestClassifier.js
new RandomForestClassifier()

Extends RandomForestBase

Static Members
load(model)
Instance Members
getConfusionMatrix()
predictProbability(toPredict, label)
selection(values)
toJSON()

RandomForestRegression

src/RandomForestRegression.js
new RandomForestRegression()

Extends RandomForestBase

Static Members
load(model)
Instance Members
selection(values)
toJSON()