public abstract class ClusteringStream extends AbstractOptionHandler implements InstanceStream
Modifier and Type | Field and Description |
---|---|
com.github.javacliparser.IntOption |
decayHorizonOption |
com.github.javacliparser.FloatOption |
decayThresholdOption |
com.github.javacliparser.IntOption |
evaluationFrequencyOption |
com.github.javacliparser.IntOption |
numAttsOption |
Constructor and Description |
---|
ClusteringStream() |
Modifier and Type | Method and Description |
---|---|
int |
getDecayHorizon() |
double |
getDecayThreshold() |
int |
getEvaluationFrequency() |
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
estimatedRemainingInstances, getHeader, hasMoreInstances, isRestartable, nextInstance, restart
copy, getDescription, measureByteSize
public com.github.javacliparser.IntOption decayHorizonOption
public com.github.javacliparser.FloatOption decayThresholdOption
public com.github.javacliparser.IntOption evaluationFrequencyOption
public com.github.javacliparser.IntOption numAttsOption
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.