public class LEDGeneratorDrift extends LEDGenerator
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
numberAttribute |
IntOption |
numberAttributesDriftOption |
instanceRandom, instanceRandomSeedOption, noisePercentageOption, NUM_IRRELEVANT_ATTRIBUTES, originalInstances, streamHeader, suppressIrrelevantAttributesOptionclassOptionNamesToPreparedObjects, options| Constructor and Description |
|---|
LEDGeneratorDrift() |
| 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 LEDGeneratorprotected void prepareForUseImpl(TaskMonitor monitor, ObjectRepository repository)
AbstractOptionHandlerprepareForUseImpl
and not prepareForUse since
prepareForUse calls prepareForUseImpl.prepareForUseImpl in class LEDGeneratormonitor - the TaskMonitor to userepository - the ObjectRepository to usepublic weka.core.Instance nextInstance()
InstanceStreamnextInstance in interface InstanceStreamnextInstance in class LEDGeneratorpublic void getDescription(StringBuilder sb, int indent)
MOAObjectAbstractMOAObject.toString
to give a string representation of the object.getDescription in interface MOAObjectgetDescription in class LEDGeneratorsb - the stringbuilder to add the descriptionindent - the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.