public class OnePassDataIndexer extends AbstractDataIndexer
Constructor and Description |
---|
OnePassDataIndexer(ObjectStream<Event> eventStream)
One argument constructor for DataIndexer which calls the two argument
constructor assuming no cutoff.
|
OnePassDataIndexer(ObjectStream<Event> eventStream,
int cutoff) |
OnePassDataIndexer(ObjectStream<Event> eventStream,
int cutoff,
boolean sort)
Two argument constructor for DataIndexer.
|
getContexts, getNumEvents, getNumTimesEventsSeen, getOutcomeLabels, getOutcomeList, getPredCounts, getPredLabels, getValues
public OnePassDataIndexer(ObjectStream<Event> eventStream) throws IOException
eventStream
- An Event[] which contains the a list of all the Events seen in the
training data.IOException
public OnePassDataIndexer(ObjectStream<Event> eventStream, int cutoff) throws IOException
IOException
public OnePassDataIndexer(ObjectStream<Event> eventStream, int cutoff, boolean sort) throws IOException
eventStream
- An Event[] which contains the a list of all the Events seen in the
training data.cutoff
- The minimum number of times a predicate must have been observed in
order to be included in the model.IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.