Package moa.streams.clustering
Class ClusteringStream
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.streams.clustering.ClusteringStream
-
- All Implemented Interfaces:
Configurable
,Serializable
,CapabilitiesHandler
,MOAObject
,OptionHandler
,ExampleStream<Example<Instance>>
,InstanceStream
- Direct Known Subclasses:
FileStream
,RandomRBFGeneratorEvents
,SimpleCSVStream
public abstract class ClusteringStream extends AbstractOptionHandler implements InstanceStream
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description IntOption
decayHorizonOption
FloatOption
decayThresholdOption
IntOption
evaluationFrequencyOption
IntOption
numAttsOption
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description ClusteringStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDecayHorizon()
double
getDecayThreshold()
int
getEvaluationFrequency()
-
Methods inherited from class moa.options.AbstractOptionHandler
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse, prepareForUseImpl
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.capabilities.CapabilitiesHandler
getCapabilities
-
Methods inherited from interface moa.streams.ExampleStream
defineImmutableCapabilities, estimatedRemainingInstances, getHeader, hasMoreInstances, isRestartable, nextInstance, restart
-
Methods inherited from interface moa.MOAObject
getDescription, measureByteSize
-
-
-
-
Field Detail
-
decayHorizonOption
public IntOption decayHorizonOption
-
decayThresholdOption
public FloatOption decayThresholdOption
-
evaluationFrequencyOption
public IntOption evaluationFrequencyOption
-
numAttsOption
public IntOption numAttsOption
-
-