Package moa.streams.generators.cd
Interface ConceptDriftGenerator
-
- All Superinterfaces:
CapabilitiesHandler
,ExampleStream<Example<Instance>>
,InstanceStream
,MOAObject
,Serializable
- All Known Implementing Classes:
AbruptChangeGenerator
,AbstractConceptDriftGenerator
,ArffFileStream
,GradualChangeGenerator
,MultilabelArffFileStream
,NoChangeGenerator
public interface ConceptDriftGenerator extends InstanceStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayList<ClusterEvent>
getEventsList()
-
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
copy, getDescription, measureByteSize
-
-
-
-
Method Detail
-
getEventsList
ArrayList<ClusterEvent> getEventsList()
-
-