Skip navigation links

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

E12219-03


oracle.dmt.jdm.transform.binning
Interface OraNumericalAttributeBins

All Superinterfaces:
OraAttributeBins

public interface OraNumericalAttributeBins
extends OraAttributeBins

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


Method Summary
 void addBin(OraNumericalBin bin)
          Add a numerical bin of this attribute.
 void addBins(OraNumericalBin[] bins)
          Add numerical bins to this attribute.
 OraNumericalBin[] getBins()
          Returns the bins defined for this attribute.
 void removeAll()
          Remove all the 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 OraNumericalBin[] getBins()
Returns the bins defined for this attribute.
Returns:
OraNumericalBin[] arry of bin definitions for the attribute

addBin

public void addBin(OraNumericalBin bin)
Add a numerical bin of this attribute.
Parameters:
bin - new bin definition

addBins

public void addBins(OraNumericalBin[] bins)
Add numerical bins to this attribute.
Parameters:
bins - array of new bin definitions

removeBin

public void removeBin(java.lang.String binID)
Remove the bin from the attribute bins.
Parameters:
binID - bin id o be removed

removeAll

public void removeAll()
Remove all the bins.

Skip navigation links

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

E12219-03


Copyright © 2005, 2011 Oracle. All rights reserved.