|
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 | |||||||||
java.lang.Object
oracle.dmt.jdm.OraFactory
oracle.dmt.jdm.data.OraIntervalFactory
A factory class that creates instances of Interval.
Factory| Method Summary | |
javax.datamining.data.Interval |
create(double startPoint, double endPoint, javax.datamining.data.IntervalClosure intervalClosure)Creates an instance of Interval that represents the specified interval boundaries. |
| Methods inherited from class oracle.dmt.jdm.OraFactory |
getConnection, setConnection |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public javax.datamining.data.Interval create(double startPoint,
double endPoint,
javax.datamining.data.IntervalClosure intervalClosure)
throws javax.datamining.JDMException
Interval that represents the specified interval boundaries.startPoint - starting point of the interval.endPoint - ending point of the interval.intervalClosure - closure type of the interval.javax.datamining.JDMException
|
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 | |||||||||