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, streamHeader
classOptionNamesToPreparedObjects, 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, 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 FloatOption speedChangeOption
public IntOption numDriftCentroidsOption
protected double[][] speedCentroids
public String getPurposeString()
OptionHandler
getPurposeString
in interface OptionHandler
getPurposeString
in class RandomRBFGenerator
public weka.core.Instance nextInstance()
InstanceStream
nextInstance
in interface InstanceStream
nextInstance
in class RandomRBFGenerator
protected void generateCentroids()
generateCentroids
in class RandomRBFGenerator
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 RandomRBFGenerator
sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.