Oracle Data Mining Java API Reference
10g Release 2 (10.2)

B14341-01


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

Oracle Data Mining Java API Reference
10g Release 2 (10.2)

B14341-01


Copyright © 2005, Oracle. All rights reserved.