Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.Interval

Packages that use Interval
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique Helper classes for the CLIQUE algorithm. 
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
 

Uses of Interval in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique with type parameters of type Interval
private  Map<Integer,Interval> CLIQUEUnit.dimensionToInterval
          Provides a mapping of particular dimensions to the intervals of which this unit is build.
private  SortedSet<Interval> CLIQUEUnit.intervals
          The one-dimensional intervals of which this unit is build.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique that return Interval
 Interval CLIQUEUnit.getInterval(Integer dimension)
          Returns the interval of the specified dimension.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique that return types with arguments of type Interval
 Collection<Interval> CLIQUEUnit.getIntervals()
          Returns a collection of the intervals of which this unit is build.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique with parameters of type Interval
 boolean CLIQUEUnit.containsLeftNeighbor(Interval i)
          Returns true if this unit contains the left neighbor of the specified interval.
 boolean CLIQUEUnit.containsRightNeighbor(Interval i)
          Returns true if this unit contains the right neighbor of the specified interval.
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique with parameters of type Interval
CLIQUEUnit(Interval interval)
          Creates a new one-dimensional unit for the given interval.
 

Constructor parameters in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique with type arguments of type Interval
CLIQUEUnit(SortedSet<Interval> intervals, Set<Integer> ids)
          Creates a new k-dimensional unit for the given intervals.
 

Uses of Interval in de.lmu.ifi.dbs.elki.data
 

Methods in de.lmu.ifi.dbs.elki.data with parameters of type Interval
 int Interval.compareTo(Interval other)
          Compares this interval with the specified interval for order.
 


Release 0.2.1 (2009-07-13_1605)