Package opennlp.tools.ml.model
Class OnePassRealValueDataIndexer
java.lang.Object
opennlp.tools.ml.model.AbstractDataIndexer
opennlp.tools.ml.model.OnePassDataIndexer
opennlp.tools.ml.model.OnePassRealValueDataIndexer
- All Implemented Interfaces:
- DataIndexer
A 
DataIndexer for maxent model data which handles cutoffs for uncommon
 contextual predicates and provides a unique integer index for each of the
 predicates and maintains event values.- See Also:
- 
Field SummaryFields inherited from class opennlp.tools.ml.model.AbstractDataIndexerSORT_DEFAULT, SORT_PARAM
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class opennlp.tools.ml.model.OnePassDataIndexerindexMethods inherited from class opennlp.tools.ml.model.AbstractDataIndexergetContexts, getNumEvents, getNumTimesEventsSeen, getOutcomeLabels, getOutcomeList, getPredCounts, getPredLabels, init
- 
Constructor Details- 
OnePassRealValueDataIndexerpublic OnePassRealValueDataIndexer()
 
- 
- 
Method Details- 
getValuespublic float[][] getValues()- Specified by:
- getValuesin interface- DataIndexer
- Overrides:
- getValuesin class- AbstractDataIndexer
- Returns:
- Retrieves the values associated with each event context or
         nullif integer values are to be used.
 
 
-