Package | Description |
---|---|
jsat.classifiers.trees |
Modifier and Type | Class and Description |
---|---|
class |
DecisionTree
Creates a decision tree from
DecisionStumps . |
class |
ERTrees
Extra Randomized Trees (ERTrees) is an ensemble method built on top of
ExtraTree . |
class |
ExtraTree
The ExtraTree is an Extremely Randomized Tree.
|
class |
RandomDecisionTree
An extension of Decision Trees, it ignores the given set of features to use-
and selects a new random subset of features at each node for use.
|
Modifier and Type | Method and Description |
---|---|
<Type extends DataSet> |
TreeFeatureImportanceInference.getImportanceStats(TreeLearner model,
DataSet<Type> data) |
<Type extends DataSet> |
MDI.getImportanceStats(TreeLearner model,
DataSet<Type> data) |
<Type extends DataSet> |
MDA.getImportanceStats(TreeLearner model,
DataSet<Type> data) |
<Type extends DataSet> |
ImportanceByUses.getImportanceStats(TreeLearner model,
DataSet<Type> data) |
Copyright © 2017. All rights reserved.