Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.transform.binning
Class OraCategoricalBinningType

java.lang.Object
  extended byjavax.datamining.Enum
      extended byoracle.dmt.jdm.transform.binning.OraCategoricalBinningType

All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class OraCategoricalBinningType
extends javax.datamining.Enum

Describes the possible types of categorical binning.

See Also:
Serialized Form

Field Summary
static OraCategoricalBinningType custom
          Custom binning type
static OraCategoricalBinningType supervised
          Supervised binning type
static OraCategoricalBinningType systemDefault
          Vendor-defined binning type.
static OraCategoricalBinningType top_n
          top N binning type

 

Method Summary
static void addExtension(java.lang.String name)
          Adds a vendor extension name to OraCategoricalBinningType.
static OraCategoricalBinningType valueOf(java.lang.String name)
          Returns an instance of OraCategoricalBinningType corresponding to the specified name.
static OraCategoricalBinningType[] values()
          Returns a list of all OraCategoricalBinningType enumerations defined.

 

Methods inherited from class javax.datamining.Enum
compareTo, equals, name

 

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

 

Field Detail

systemDefault

public static final OraCategoricalBinningType systemDefault
Vendor-defined binning type.

top_n

public static final OraCategoricalBinningType top_n
top N binning type

custom

public static final OraCategoricalBinningType custom
Custom binning type

supervised

public static final OraCategoricalBinningType supervised
Supervised binning type

Method Detail

values

public static OraCategoricalBinningType[] values()
Returns a list of all OraCategoricalBinningType enumerations defined.
Returns:
OraCategoricalBinningType[] possible categoric binning types

valueOf

public static OraCategoricalBinningType valueOf(java.lang.String name)
                                         throws javax.datamining.JDMException
Returns an instance of OraCategoricalBinningType corresponding to the specified name.
Parameters:
name - The name of the enumeration value
Returns:
OraCategoricalBinningType the instance of the specified enumeration.
Throws:
javax.datamining.JDMException - When name is not valid.

addExtension

public static void addExtension(java.lang.String name)
                         throws javax.datamining.JDMException
Adds a vendor extension name to OraCategoricalBinningType.
Parameters:
name - The name of the unique vendor extension
Throws:
javax.datamining.JDMException - When name is an invalid string or redundant to existing standard enums.

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.