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.Combination
MultiRowFinder. m_Combination
how the indices are combined.Methods in adams.data.weka.rowfinder that return MultiRowFinder.Combination Modifier and Type Method Description MultiRowFinder.Combination
MultiRowFinder. getCombination()
Returns how the indices are combined.static MultiRowFinder.Combination
MultiRowFinder.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 void
MultiRowFinder. setCombination(MultiRowFinder.Combination value)
Sets how the indices are combined.
-