Uses of Class
weka.filters.unsupervised.instance.multirowprocessor.selection.AbstractRowSelection
-
Packages that use AbstractRowSelection Package Description weka.filters.unsupervised.instance weka.filters.unsupervised.instance.multirowprocessor.selection -
-
Uses of AbstractRowSelection in weka.filters.unsupervised.instance
Fields in weka.filters.unsupervised.instance declared as AbstractRowSelection Modifier and Type Field Description protected AbstractRowSelectionMultiRowProcessor. m_RowSelectionthe row selection scheme.Methods in weka.filters.unsupervised.instance that return AbstractRowSelection Modifier and Type Method Description protected AbstractRowSelectionMultiRowProcessor. getDefaultRowSelection()Returns the default row selection scheme.AbstractRowSelectionMultiRowProcessor. getRowSelection()Returns the row selection scheme in use.Methods in weka.filters.unsupervised.instance with parameters of type AbstractRowSelection Modifier and Type Method Description voidMultiRowProcessor. setRowSelection(AbstractRowSelection value)Sets the row selection scheme to use. -
Uses of AbstractRowSelection in weka.filters.unsupervised.instance.multirowprocessor.selection
Subclasses of AbstractRowSelection in weka.filters.unsupervised.instance.multirowprocessor.selection Modifier and Type Class Description classGroupExpressionIdentifies groups in strings using regular expressions.classIndividualRowsJust selects each row by itself.
-