oracle.dmt.odm
Class PairCombinationsOption
java.lang.Object
|
+--oracle.dmt.odm.Enum
|
+--oracle.dmt.odm.PairCombinationsOption
- All Implemented Interfaces:
- java.io.Serializable
- public class PairCombinationsOption
- extends Enum
The enumeration class PairCombinationsOption specifies the combinations of inputs
to be used by ModelSeeker. Given two arrays of inputs, it says whether
to use them as cross product or as matched pairs (index based) of inputs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
crossProduct
public static final PairCombinationsOption crossProduct
parallelPairs
public static final PairCombinationsOption parallelPairs
listNames
public static java.lang.String[] listNames()
- Lists all string values of the enumeration
- Returns:
- String[]
list
public static PairCombinationsOption[] list()
- Lists all enumeration values
- Returns:
- MiningAlgorithm[]
getInstance
public static PairCombinationsOption getInstance(java.lang.String name)
getInstance
public static PairCombinationsOption getInstance(int id)