Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

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:

Since:
9.2.0
See Also:
Serialized Form

Field Summary
static MiningStandardType PMML20
           

 

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 oracle.dmt.odm.Enum
getEnum, getID, isEqual

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PMML20

public static final MiningStandardType PMML20
Method Detail

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.

Copyright © 2003 Oracle Corporation. All Rights Reserved.