|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NumericalBin interface defines the bin for a numerical attribute. User can define a custom bin definition for a numerical attribute using this object. Bin id is the value that will replace the numbers defined in the bin range of a numerical bin.
Method Summary | |
java.lang.String |
getBinID() Returns the bin id of this bin. |
double |
getEndValue() Returns the end value of the bin. |
double |
getStartValue() Returns the start value of the bin. |
void |
setBinID(java.lang.String binID) Sets the bin id of this bin |
void |
setEndValue(double endVal) Sets the end value of the bin. |
void |
setStartValue(double startVal) Sets the start value of the bin. |
Method Detail |
public java.lang.String getBinID()
public void setBinID(java.lang.String binID) throws javax.datamining.JDMException
binID
-javax.datamining.JDMException
- when the binID is null or invalid.public double getStartValue()
public void setStartValue(double startVal) throws javax.datamining.JDMException
startVal
- bin start valuejavax.datamining.JDMException
- when the start value is greater than or equal to end valuepublic double getEndValue()
public void setEndValue(double endVal) throws javax.datamining.JDMException
endVal
- bin end valuejavax.datamining.JDMException
- when the end value is less than or equal to start value
|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |