Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
Modifier and Type | Method and Description |
---|---|
static <CategoryType> |
RandomForestFactory.createRegressionLearner(int ensembleSize,
double baggingFraction,
double dimensionsFraction,
int maxTreeDepth,
int minLeafSize,
java.util.Random random)
Creates a random forest learner for categorization outputs.
|