示例#1
0
 public DecisionTree(IIndex <string> featureIndex)
 {
     this.featureIndex = featureIndex;
     this.root         = null;
 }