Interface OutputAttributesSelector
-
- All Superinterfaces:
Configurable
,MOAObject
,OptionHandler
,Serializable
- All Known Implementing Classes:
EntropyThreshold
,SelectAllOutputs
,StdDevThreshold
,VarianceThreshold
public interface OutputAttributesSelector extends OptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getNextOutputIndices(DoubleVector[] resultingLiteralStatistics, DoubleVector[] currentLiteralStatistics, int[] currentIndices)
-
Methods inherited from interface moa.MOAObject
getDescription, measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-
-
-
Method Detail
-
getNextOutputIndices
int[] getNextOutputIndices(DoubleVector[] resultingLiteralStatistics, DoubleVector[] currentLiteralStatistics, int[] currentIndices)
-
-