|
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 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 |
public OraCategoricalBin[] getBins()
public void addBin(OraCategoricalBin bin)
public void addBins(OraCategoricalBin[] bins)
public void removeBin(java.lang.String binID)
public 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 | |||||||||