| Package | Description |
|---|---|
| edu.washington.cs.knowitall.argumentidentifier | |
| edu.washington.cs.knowitall.extractor.conf.classifier |
| Modifier and Type | Method and Description |
|---|---|
DoubleFeatures |
Arg1LocationFeatureGenerator.extractFeatures(ChunkedExtraction extr,
ChunkedArgumentExtraction arg1,
int current,
boolean train) |
| Modifier and Type | Field and Description |
|---|---|
com.google.common.base.Predicate<DoubleFeatures> |
DecisionTree.Tree.predicate |
| Modifier and Type | Method and Description |
|---|---|
String |
DecisionTree.classify(DoubleFeatures features) |
| 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) |
DecisionTree.Tree(com.google.common.base.Predicate<DoubleFeatures> predicate,
String predicateString,
String outcome) |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.