Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.data
Class OraIntervalFactory

java.lang.Object
  extended byoracle.dmt.jdm.OraFactory
      extended byoracle.dmt.jdm.data.OraIntervalFactory

All Implemented Interfaces:
javax.datamining.Factory

public class OraIntervalFactory
extends oracle.dmt.jdm.OraFactory

A factory class that creates instances of Interval.

See Also:
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

create

public javax.datamining.data.Interval create(double startPoint,
                                             double endPoint,
                                             javax.datamining.data.IntervalClosure intervalClosure)
                                      throws javax.datamining.JDMException
Creates an instance of Interval that represents the specified interval boundaries.
Parameters:
startPoint - starting point of the interval.
endPoint - ending point of the interval.
intervalClosure - closure type of the interval.
Returns:
Throws:
javax.datamining.JDMException

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.