public class DecisionTree extends Classifier implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DecisionTree.Node |
| Modifier and Type | Field and Description |
|---|---|
double |
addFeaturesClassEntropyThreshold |
instancePipe| Constructor and Description |
|---|
DecisionTree(Pipe instancePipe,
DecisionTree.Node root) |
| Modifier and Type | Method and Description |
|---|---|
Classification |
classify(Instance instance) |
DecisionTree.Node |
getRoot() |
void |
induceFeatures(InstanceList ilist,
boolean withFeatureShrinkage,
boolean inducePerClassFeatures) |
classify, classify, classify, getAccuracy, getAccuracy, getAlphabet, getF1, getF1, getF1, getF1, getInstancePipe, getLabelAlphabet, getPrecision, getPrecision, getPrecision, getPrecision, getRecall, getRecall, getRecall, getRecall, print, printpublic DecisionTree(Pipe instancePipe, DecisionTree.Node root)
public DecisionTree.Node getRoot()
public Classification classify(Instance instance)
classify in class Classifierpublic void induceFeatures(InstanceList ilist, boolean withFeatureShrinkage, boolean inducePerClassFeatures)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.