|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public OraNumericalBin[] getBins()
public void addBin(OraNumericalBin bin)
bin - new bin definitionpublic void addBins(OraNumericalBin[] bins)
bins - array of new bin definitionspublic void removeBin(java.lang.String binID)
binID - bin id o be removedpublic void removeAll()
|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||