oracle.dmt.odm
Class MiningStandardType
java.lang.Object
|
+--oracle.dmt.odm.Enum
|
+--oracle.dmt.odm.MiningStandardType
- All Implemented Interfaces:
- java.io.Serializable
- public class MiningStandardType
- extends Enum
The enumeration class MiningStandardType specified the format as an exported
model should have. ODM 9.2.0support to PMML 2.0 format only.
- Since:
- 9.2.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PMML20
public static final MiningStandardType PMML20
listNames
public static java.lang.String[] listNames()
- list all string values
- Returns:
- String[]
list
public static MiningStandardType[] list()
- list all Enumerations values
- Returns:
- MiningStandardType[]
getInstance
public static MiningStandardType getInstance(java.lang.String name)
getInstance
public static MiningStandardType getInstance(int id)