Uses of Class
adams.data.weka.rowfinder.MultiRowFinder.Combination
-
Packages that use MultiRowFinder.Combination Package Description adams.data.weka.rowfinder -
-
Uses of MultiRowFinder.Combination in adams.data.weka.rowfinder
Fields in adams.data.weka.rowfinder declared as MultiRowFinder.Combination Modifier and Type Field Description protected MultiRowFinder.CombinationMultiRowFinder. m_Combinationhow the indices are combined.Methods in adams.data.weka.rowfinder that return MultiRowFinder.Combination Modifier and Type Method Description MultiRowFinder.CombinationMultiRowFinder. getCombination()Returns how the indices are combined.static MultiRowFinder.CombinationMultiRowFinder.Combination. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiRowFinder.Combination[]MultiRowFinder.Combination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.weka.rowfinder with parameters of type MultiRowFinder.Combination Modifier and Type Method Description voidMultiRowFinder. setCombination(MultiRowFinder.Combination value)Sets how the indices are combined.
-