|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataIndexer
Object which compresses events in memory and performs feature selection.
Method Summary | |
---|---|
int[][] |
getContexts()
Returns the array of predicates seen in each event. |
int[] |
getNumTimesEventsSeen()
Returns an array indicating the number of times a particular event was seen. |
java.lang.String[] |
getOutcomeLabels()
Returns an array of outcome names. |
int[] |
getOutcomeList()
Returns an array indicating the outcome index for each event. |
int[] |
getPredCounts()
Returns an array of the count of each predicate in the events. |
java.lang.String[] |
getPredLabels()
Returns an array of predicate/context names. |
float[][] |
getValues()
Returns the values associated with each event context or null if integer values are to be used. |
Method Detail |
---|
int[][] getContexts()
int[] getNumTimesEventsSeen()
int[] getOutcomeList()
java.lang.String[] getPredLabels()
getContexts
.int[] getPredCounts()
java.lang.String[] getOutcomeLabels()
float[][] getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |