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_NOISEclassOptionNamesToPreparedObjects, 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, restartcopy, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUsecopy, measureByteSize, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, measureByteSizepublic IntOption numberAttributesDriftOption
protected int[] numberAttribute
public String getPurposeString()
OptionHandlergetPurposeString in interface OptionHandlergetPurposeString in class WaveformGeneratorprotected void prepareForUseImpl(TaskMonitor monitor, ObjectRepository repository)
AbstractOptionHandlerprepareForUseImpl
and not prepareForUse since
prepareForUse calls prepareForUseImpl.prepareForUseImpl in class WaveformGeneratormonitor - the TaskMonitor to userepository - the ObjectRepository to usepublic weka.core.Instance nextInstance()
InstanceStreamnextInstance in interface InstanceStreamnextInstance in class WaveformGeneratorpublic void getDescription(StringBuilder sb, int indent)
MOAObjectAbstractMOAObject.toString
to give a string representation of the object.getDescription in interface MOAObjectgetDescription in class WaveformGeneratorsb - the stringbuilder to add the descriptionindent - the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.