cc.mallet.classify
Class DecisionTreeTrainer.Factory

java.lang.Object
  extended by cc.mallet.classify.ClassifierTrainer.Factory<DecisionTreeTrainer>
      extended by cc.mallet.classify.DecisionTreeTrainer.Factory
Enclosing class:
DecisionTreeTrainer

public abstract static class DecisionTreeTrainer.Factory
extends ClassifierTrainer.Factory<DecisionTreeTrainer>


Field Summary
protected static int maxDepth
           
protected static double minInfoGainSplit
           
 
Constructor Summary
DecisionTreeTrainer.Factory()
           
 
Method Summary
 DecisionTreeTrainer newClassifierTrainer(Classifier initialClassifier)
           
 
Methods inherited from class cc.mallet.classify.ClassifierTrainer.Factory
newClassifierTrainer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

maxDepth

protected static int maxDepth

minInfoGainSplit

protected static double minInfoGainSplit
Constructor Detail

DecisionTreeTrainer.Factory

public DecisionTreeTrainer.Factory()
Method Detail

newClassifierTrainer

public DecisionTreeTrainer newClassifierTrainer(Classifier initialClassifier)
Specified by:
newClassifierTrainer in class ClassifierTrainer.Factory<DecisionTreeTrainer>