|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cleartk.classifier.tksvmlight.TreeFeatureVector
public class TreeFeatureVector
Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.
| Constructor Summary | |
|---|---|
TreeFeatureVector()
|
|
| Method Summary | |
|---|---|
org.cleartk.classifier.util.featurevector.FeatureVector |
getFeatures()
Get the standard (non-tree) features. |
LinkedHashMap<String,String> |
getTrees()
Get the trees from the feature vector (i.e. |
void |
setFeatures(org.cleartk.classifier.util.featurevector.FeatureVector features)
Sets the non-tree features. |
void |
setTrees(LinkedHashMap<String,String> trees)
Set the trees. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeFeatureVector()
| Method Detail |
|---|
public LinkedHashMap<String,String> getTrees()
public void setTrees(LinkedHashMap<String,String> trees)
trees - A LinkedHashMap of all the trees.public org.cleartk.classifier.util.featurevector.FeatureVector getFeatures()
public void setFeatures(org.cleartk.classifier.util.featurevector.FeatureVector features)
features - The features to set the non standard features to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||