Uses of Class
weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor
-
Packages that use AbstractSelectionProcessor Package Description weka.filters.unsupervised.instance weka.filters.unsupervised.instance.multirowprocessor.processor -
-
Uses of AbstractSelectionProcessor in weka.filters.unsupervised.instance
Fields in weka.filters.unsupervised.instance declared as AbstractSelectionProcessor Modifier and Type Field Description protected AbstractSelectionProcessorMultiRowProcessor. m_SelectionProcessorthe row processing scheme.Methods in weka.filters.unsupervised.instance that return AbstractSelectionProcessor Modifier and Type Method Description protected AbstractSelectionProcessorMultiRowProcessor. getDefaultSelectionProcessor()Returns the default selection processor.AbstractSelectionProcessorMultiRowProcessor. getSelectionProcessor()Returns the selection processor scheme in use.Methods in weka.filters.unsupervised.instance with parameters of type AbstractSelectionProcessor Modifier and Type Method Description voidMultiRowProcessor. setSelectionProcessor(AbstractSelectionProcessor value)Sets the selection processor scheme to use. -
Uses of AbstractSelectionProcessor in weka.filters.unsupervised.instance.multirowprocessor.processor
Subclasses of AbstractSelectionProcessor in weka.filters.unsupervised.instance.multirowprocessor.processor Modifier and Type Class Description classAbstractRangeBasedSelectionProcessorAncestor for processors that work on a range of attributes.classAverageComputes the average of the numeric attributes defined in the range.classPassThroughJust passes through the data.
-