| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor.conf.classifier |
| Modifier and Type | Field and Description |
|---|---|
List<DecisionTree.Tree> |
DecisionTree.Tree.children |
| Constructor and Description |
|---|
DecisionTree(DecisionTree.Tree tree) |
| Constructor and Description |
|---|
DecisionTree.Tree(com.google.common.base.Predicate<DoubleFeatures> predicate,
String predicateString,
List<DecisionTree.Tree> children) |
DecisionTree.Tree(com.google.common.base.Predicate<DoubleFeatures> predicate,
String predicateString,
List<DecisionTree.Tree> children,
String outcome) |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.