Skip navigation links

Oracle Data Mining Java API Reference
11g Release 2 (11.2)

E12219-03


oracle.dmt.jdm.transform.binning
Interface OraCategoricalAttributeBins

All Superinterfaces:
OraAttributeBins

public interface OraCategoricalAttributeBins
extends OraAttributeBins

Interface for defining a categorical bin definition object. Bin definition objects determines the range of acceptiable values for the given attribute.


Method Summary
 void addBin(OraCategoricalBin bin)
          Add a categorical bin of this attribute.
 void addBins(OraCategoricalBin[] bins)
          Add categorical bins to this attribute.
 OraCategoricalBin[] getBins()
          Returns the bins defined for this attribute.
 void removeAll()
          Removes all bins
 void removeBin(java.lang.String binID)
          Remove the bin from the attribute bins.

 

Methods inherited from interface oracle.dmt.jdm.transform.binning.OraAttributeBins
getAttributeName

 

Method Detail

getBins

public OraCategoricalBin[] getBins()
Returns the bins defined for this attribute.
Returns:
OraCategoricalBin[] array of OraCategoricalBin

addBin

public void addBin(OraCategoricalBin bin)
Add a categorical bin of this attribute.

addBins

public void addBins(OraCategoricalBin[] bins)
Add categorical bins to this attribute.

removeBin

public void removeBin(java.lang.String binID)
Remove the bin from the attribute bins.

removeAll

public void removeAll()
Removes all bins

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 2 (11.2)

E12219-03


Copyright © 2005, 2011 Oracle. All rights reserved.