javax.datamining.data
Interface Interval


public interface Interval

An Interval represents a connected subset of the real numbers.

Author:
JSR-73 Java Data Mining Expert Group

Method Summary
 double getEndPoint()
          Returns the ending point of the interval.
 IntervalClosure getIntervalClosure()
          Returns the closure type of the interval.
 double getStartPoint()
          Returns the starting point of the interval.
 

Method Detail

getEndPoint

public double getEndPoint()
Returns the ending point of the interval.

Returns:
double

getIntervalClosure

public IntervalClosure getIntervalClosure()
Returns the closure type of the interval.

Returns:
IntervalClosure

getStartPoint

public double getStartPoint()
Returns the starting point of the interval.

Returns:
double