public class WaveformGeneratorDrift extends WaveformGenerator
Modifier and Type | Field and Description |
---|---|
protected int[] |
numberAttribute |
IntOption |
numberAttributesDriftOption |
addNoiseOption, hFunctions, instanceRandom, instanceRandomSeedOption, NUM_BASE_ATTRIBUTES, NUM_CLASSES, streamHeader, TOTAL_ATTRIBUTES_INCLUDING_NOISE
classOptionNamesToPreparedObjects, options
Constructor and Description |
---|
WaveformGeneratorDrift() |
Modifier and Type | Method and Description |
---|---|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
String |
getPurposeString()
Gets the purpose of this object
|
weka.core.Instance |
nextInstance()
Gets the next instance from this stream.
|
protected 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, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, measureByteSize
public IntOption numberAttributesDriftOption
protected int[] numberAttribute
public String getPurposeString()
OptionHandler
getPurposeString
in interface OptionHandler
getPurposeString
in class WaveformGenerator
protected void prepareForUseImpl(TaskMonitor monitor, ObjectRepository repository)
AbstractOptionHandler
prepareForUseImpl
and not prepareForUse
since
prepareForUse
calls prepareForUseImpl
.prepareForUseImpl
in class WaveformGenerator
monitor
- the TaskMonitor to userepository
- the ObjectRepository to usepublic weka.core.Instance nextInstance()
InstanceStream
nextInstance
in interface InstanceStream
nextInstance
in class WaveformGenerator
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 WaveformGenerator
sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.