Package moa.streams.generators.cd
Class AbruptChangeGenerator
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.streams.generators.cd.AbstractConceptDriftGenerator
-
- moa.streams.generators.cd.AbruptChangeGenerator
-
- All Implemented Interfaces:
Configurable
,Serializable
,CapabilitiesHandler
,MOAObject
,OptionHandler
,ExampleStream<Example<Instance>>
,ConceptDriftGenerator
,InstanceStream
public class AbruptChangeGenerator extends AbstractConceptDriftGenerator
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.streams.generators.cd.AbstractConceptDriftGenerator
change, clusterEvents, instanceRandom, instanceRandomSeedOption, notBinaryStreamOption, numInstances, numInstancesConceptOption, period, streamHeader
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description AbruptChangeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
nextValue()
-
Methods inherited from class moa.streams.generators.cd.AbstractConceptDriftGenerator
estimatedRemainingInstances, getChange, getDescription, getEventsList, getHeader, getPurposeString, hasMoreInstances, isRestartable, nextInstance, prepareForUseImpl, restart
-
Methods inherited from class moa.options.AbstractOptionHandler
copy, getCLICreationString, getOptions, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
-
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
-
Methods inherited from interface moa.MOAObject
measureByteSize
-
-
-
-
Method Detail
-
nextValue
protected double nextValue()
- Specified by:
nextValue
in classAbstractConceptDriftGenerator
-
-