|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
SortedSet<Interval> |
CLIQUEUnit.getIntervals()
Returns a sorted set 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,
ModifiableDBIDs 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. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |