Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private gnu.trove.map.hash.TIntObjectHashMap<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.
|
Modifier and Type | Method and Description |
---|---|
Interval |
CLIQUEUnit.getInterval(Integer dimension)
Returns the interval of the specified dimension.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<Interval> |
CLIQUEUnit.getIntervals()
Returns a sorted set of the intervals of which this unit is build.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CLIQUEUnit(Interval interval)
Creates a new one-dimensional unit for the given interval.
|
Constructor and Description |
---|
CLIQUEUnit(SortedSet<Interval> intervals,
ModifiableDBIDs ids)
Creates a new k-dimensional unit for the given intervals.
|
Modifier and Type | Method and Description |
---|---|
int |
Interval.compareTo(Interval other)
Compares this interval with the specified interval for order.
|