Package | Description |
---|---|
jsat.classifiers.trees |
Modifier and Type | Field and Description |
---|---|
protected DecisionTree.Node[] |
DecisionTree.Node.paths |
Modifier and Type | Method and Description |
---|---|
DecisionTree.Node |
DecisionTree.Node.clone() |
protected DecisionTree.Node |
RandomDecisionTree.makeNodeC(List<DataPointPair<Integer>> dataPoints,
Set<Integer> options,
int depth,
ExecutorService threadPool,
ModifiableCountDownLatch mcdl) |
protected DecisionTree.Node |
DecisionTree.makeNodeC(List<DataPointPair<Integer>> dataPoints,
Set<Integer> options,
int depth,
ExecutorService threadPool,
ModifiableCountDownLatch mcdl)
Makes a new node for classification
|
protected DecisionTree.Node |
RandomDecisionTree.makeNodeR(List<DataPointPair<Double>> dataPoints,
Set<Integer> options,
int depth,
ExecutorService threadPool,
ModifiableCountDownLatch mcdl) |
protected DecisionTree.Node |
DecisionTree.makeNodeR(List<DataPointPair<Double>> dataPoints,
Set<Integer> options,
int depth,
ExecutorService threadPool,
ModifiableCountDownLatch mcdl)
Makes a new node for regression
|
Copyright © 2017. All rights reserved.