public abstract class AbstractDataIndexer extends Object implements DataIndexer
Modifier and Type | Field and Description |
---|---|
static int |
CUTOFF_DEFAULT |
static String |
CUTOFF_PARAM |
static boolean |
SORT_DEFAULT |
static String |
SORT_PARAM |
Constructor and Description |
---|
AbstractDataIndexer() |
Modifier and Type | Method and Description |
---|---|
int[][] |
getContexts()
Returns the array of predicates seen in each event.
|
int |
getNumEvents()
Returns the number of total events indexed.
|
int[] |
getNumTimesEventsSeen()
Returns an array indicating the number of times a particular event was seen.
|
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.
|
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.
|
void |
init(TrainingParameters indexingParameters,
Map<String,String> reportMap)
Sets parameters used during the data indexing.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
index
public static final String CUTOFF_PARAM
public static final int CUTOFF_DEFAULT
public static final String SORT_PARAM
public static final boolean SORT_DEFAULT
public void init(TrainingParameters indexingParameters, Map<String,String> reportMap)
DataIndexer
init
in interface DataIndexer
indexingParameters
- TrainingParameters
public int[][] getContexts()
DataIndexer
getContexts
in interface DataIndexer
public int[] getNumTimesEventsSeen()
DataIndexer
getNumTimesEventsSeen
in interface DataIndexer
public int[] getOutcomeList()
DataIndexer
getOutcomeList
in interface DataIndexer
public String[] getPredLabels()
DataIndexer
getPredLabels
in interface DataIndexer
getContexts
.public String[] getOutcomeLabels()
DataIndexer
getOutcomeLabels
in interface DataIndexer
public int[] getPredCounts()
DataIndexer
getPredCounts
in interface DataIndexer
public int getNumEvents()
DataIndexer
getNumEvents
in interface DataIndexer
public float[][] getValues()
DataIndexer
getValues
in interface DataIndexer
Copyright © 2020 The Apache Software Foundation. All rights reserved.