@Deprecated public class RealValueDataIndexer extends Object implements opennlp.model.DataIndexer
| Constructor and Description |
|---|
RealValueDataIndexer(List<Tuple> trainingData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int[][] |
getContexts()
Deprecated.
|
int |
getNumEvents()
Deprecated.
|
int[] |
getNumTimesEventsSeen()
Deprecated.
|
String[] |
getOutcomeLabels()
Deprecated.
|
int[] |
getOutcomeList()
Deprecated.
|
int[] |
getPredCounts()
Deprecated.
|
String[] |
getPredLabels()
Deprecated.
|
float[][] |
getValues()
Deprecated.
|
public int[][] getContexts()
getContexts in interface opennlp.model.DataIndexerpublic int[] getNumTimesEventsSeen()
getNumTimesEventsSeen in interface opennlp.model.DataIndexerpublic int[] getOutcomeList()
getOutcomeList in interface opennlp.model.DataIndexerpublic String[] getPredLabels()
getPredLabels in interface opennlp.model.DataIndexerpublic int[] getPredCounts()
getPredCounts in interface opennlp.model.DataIndexerpublic String[] getOutcomeLabels()
getOutcomeLabels in interface opennlp.model.DataIndexerpublic float[][] getValues()
getValues in interface opennlp.model.DataIndexerpublic int getNumEvents()
getNumEvents in interface opennlp.model.DataIndexerCopyright © 2015. All rights reserved.