Skip navigation links

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

B28132-01


oracle.dmt.jdm.transform.binning
Interface OraAttributeBins

All Known Subinterfaces:
OraCategoricalAttributeBins, OraNumericalAttributeBins

public interface OraAttributeBins

Base interface for defining a bin definition object. Bin definition objects determines the range of acceptiable values for the given attribute. All the numeric and categoric bin definition objects must inherit from this interface.


Method Summary
 java.lang.String getAttributeName()
          Returns the name of the attribute for this bin definition.

 

Method Detail

getAttributeName

public java.lang.String getAttributeName()
Returns the name of the attribute for this bin definition.
Returns:
String attribute name

Skip navigation links

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

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.