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.
The semantics of the value are as follows:
- PMML20 - Specifies the exported model type.
- Since:
- 9.2.0
- See Also:
- Serialized Form
Method Summary |
static MiningStandardType |
getInstance(int id)
Returns MiningStandardType enumeration object corresponding to the specified ID. |
static MiningStandardType |
getInstance(java.lang.String name)
Returns MiningStandardType enumeration object corresponding to the specified name. |
static MiningStandardType[] |
list()
Returns the list of all MiningStandardType enumerations defined. |
static java.lang.String[] |
listNames()
Returns the list of names of all MiningStandardType enumerations defined. |
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()
- Returns the list of names of all
MiningStandardType
enumerations defined.
-
- Returns:
- array of names for the
MiningStandardType
enumeration
list
public static MiningStandardType[] list()
- Returns the list of all
MiningStandardType
enumerations defined.
-
- Returns:
- array of enumeration values for the
MiningStandardType
enumeration
getInstance
public static MiningStandardType getInstance(java.lang.String name)
- Returns
MiningStandardType
enumeration object corresponding to the specified name.
-
- Parameters:
name
- - attribute name
- Returns:
- instance of the
MiningStandardType
enumeration object corresponding to the given name, null if there is no enumeration for this name.
getInstance
public static MiningStandardType getInstance(int id)
- Returns
MiningStandardType
enumeration object corresponding to the specified ID.
-
- Parameters:
id
- - (0)
- Returns:
- instance of the enumeration object corresponding to the given id, null if there is no enumeration for id.