edu.stanford.nlp.classify
Class FeatureSetBuilder

java.lang.Object
  |
  +--edu.stanford.nlp.classify.FeatureSetBuilder

public class FeatureSetBuilder
extends Object

Given a HashMap of Features, and an ID (true classification), this class can create a FeatureSet.


Constructor Summary
FeatureSetBuilder(HashMap hm, int id)
          Constructor
 
Method Summary
 FeatureSet getFS()
          Returns the FeatureSet that was built.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSetBuilder

public FeatureSetBuilder(HashMap hm,
                         int id)
Constructor

Method Detail

getFS

public FeatureSet getFS()
Returns the FeatureSet that was built.



Stanford NLP Group