public class RandomRBFGeneratorDrift extends RandomRBFGenerator
RandomRBFGenerator.Centroid| Modifier and Type | Field and Description |
|---|---|
IntOption |
numDriftCentroidsOption |
protected double[][] |
speedCentroids |
FloatOption |
speedChangeOption |
centroids, centroidWeights, instanceRandom, instanceRandomSeedOption, modelRandomSeedOption, numAttsOption, numCentroidsOption, numClassesOption, streamHeaderclassOptionNamesToPreparedObjects, options| Constructor and Description |
|---|
RandomRBFGeneratorDrift() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateCentroids() |
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.
|
estimatedRemainingInstances, generateHeader, getHeader, hasMoreInstances, isRestartable, prepareForUseImpl, restartcopy, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUsecopy, measureByteSize, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, measureByteSizepublic FloatOption speedChangeOption
public IntOption numDriftCentroidsOption
protected double[][] speedCentroids
public String getPurposeString()
OptionHandlergetPurposeString in interface OptionHandlergetPurposeString in class RandomRBFGeneratorpublic weka.core.Instance nextInstance()
InstanceStreamnextInstance in interface InstanceStreamnextInstance in class RandomRBFGeneratorprotected void generateCentroids()
generateCentroids in class RandomRBFGeneratorpublic void getDescription(StringBuilder sb, int indent)
MOAObjectAbstractMOAObject.toString
to give a string representation of the object.getDescription in interface MOAObjectgetDescription in class RandomRBFGeneratorsb - the stringbuilder to add the descriptionindent - the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.