public class RecurrentConceptDriftStream extends ConceptDriftStream
RecurrentConceptDriftStream -s (generators.AgrawalGenerator -f 7)
-d (generators.AgrawalGenerator -f 2) -w 1000000 -p 900000
Modifier and Type | Field and Description |
---|---|
IntOption |
numRepOption |
IntOption |
stabPeriodOption |
IntOption |
widthRecurrenceOption |
alphaOption, driftStream, driftstreamOption, inputStream, numberInstanceStream, positionOption, random, randomSeedOption, streamOption, widthOption
config
Constructor and Description |
---|
RecurrentConceptDriftStream() |
Modifier and Type | Method and Description |
---|---|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
String |
getPurposeString()
Dictionary with option texts and objects
|
Example |
nextInstance()
Gets the next example from this stream.
|
void |
prepareForUseImpl(TaskMonitor monitor,
ObjectRepository repository)
This method describes the implementation of how to prepare this object for use.
|
estimatedRemainingInstances, getHeader, hasMoreInstances, isRestartable, restart
copy, getCLICreationString, getOptions, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, measureByteSize
public IntOption widthRecurrenceOption
public IntOption stabPeriodOption
public IntOption numRepOption
public String getPurposeString()
AbstractOptionHandler
getPurposeString
in interface OptionHandler
getPurposeString
in class ConceptDriftStream
public void prepareForUseImpl(TaskMonitor monitor, ObjectRepository repository)
AbstractOptionHandler
prepareForUseImpl
and not prepareForUse
since
prepareForUse
calls prepareForUseImpl
.prepareForUseImpl
in class ConceptDriftStream
monitor
- the TaskMonitor to userepository
- the ObjectRepository to usepublic Example nextInstance()
ExampleStream
nextInstance
in interface ExampleStream<Example<Instance>>
nextInstance
in class ConceptDriftStream
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.getDescription
in interface MOAObject
getDescription
in class ConceptDriftStream
sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.