Class SDRSplitCriterion
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.classifiers.core.splitcriteria.VarianceReductionSplitCriterion
-
- moa.classifiers.core.splitcriteria.SDRSplitCriterion
-
- All Implemented Interfaces:
Configurable
,Serializable
,SplitCriterion
,MOAObject
,OptionHandler
- Direct Known Subclasses:
SDRSplitCriterionAMRules
public class SDRSplitCriterion extends VarianceReductionSplitCriterion
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description SDRSplitCriterion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
computeSD(double[] dist)
-
Methods inherited from class moa.classifiers.core.splitcriteria.VarianceReductionSplitCriterion
getDescription, getMeritOfSplit, getRangeOfMerit, prepareForUseImpl
-
Methods inherited from class moa.options.AbstractOptionHandler
copy, getCLICreationString, getOptions, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-