Class | Description |
---|---|
CMTask |
Confusion Matrix.
|
CMTask.CMFinal | |
DABuilder | |
Data | |
GiniStatistic |
Computes the gini split statistics.
|
MSEStatistic |
Computes the mse split statistics.
|
Sampling | |
SpeeDRF | |
SpeeDRF.DRFParams |
RF execution parameters.
|
SpeeDRF.DRFTask | |
SpeeDRFModel | |
SpeeDRFModelView | |
SpeeDRFProgressPage | |
Tree | |
Tree.INode | |
Tree.TreeVisitor<T extends java.lang.Exception> |
Abstract visitor class for serialized trees.
|
TreePrinter | |
VariableImportance |
Score given tree model and preserve errors per tree in form of votes (for classification)
or MSE (for regression).
|
VariableImportance.TreeMeasures<T extends VariableImportance.TreeMeasures> |
A simple holder for set of different tree measurements.
|
VariableImportance.TreeVotes |
A class holding tree votes.
|
Enum | Description |
---|---|
Sampling.Strategy |
Available sampling strategies.
|
Tree.StatType |