Package | Description |
---|---|
de.lmu.ifi.dbs.elki.evaluation.clustering.pairsegments |
Pair-segment analysis of multiple clusterings.
|
de.lmu.ifi.dbs.elki.visualization.visualizers.pairsegments |
Visualizers for inspecting cluster differences using pair counting segments.
|
Modifier and Type | Field and Description |
---|---|
private TreeMap<Segment,Segment> |
Segments.segments
The actual segments
|
private TreeMap<Segment,Segment> |
Segments.segments
The actual segments
|
Modifier and Type | Method and Description |
---|---|
Segment |
Segments.unifySegment(Segment temp) |
Modifier and Type | Method and Description |
---|---|
List<Segment> |
Segments.getPairedSegments(Segment unpairedSegment)
Return to a given segment with unpaired objects, the corresponding segments
that result in an unpaired segment.
|
Iterator<Segment> |
Segments.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
Segment.compareTo(Segment sid) |
List<Segment> |
Segments.getPairedSegments(Segment unpairedSegment)
Return to a given segment with unpaired objects, the corresponding segments
that result in an unpaired segment.
|
Segment |
Segments.unifySegment(Segment temp) |
Modifier and Type | Field and Description |
---|---|
private Segment |
CircleSegmentsVisualizer.Instance.SegmentListenerProxy.id
Segment we are attached to
|
Modifier and Type | Field and Description |
---|---|
protected TreeMap<Segment,Segment> |
SegmentsStylingPolicy.indirectSelections
Segments indirectly selected
|
protected TreeMap<Segment,Segment> |
SegmentsStylingPolicy.indirectSelections
Segments indirectly selected
|
Map<Segment,List<Element>> |
CircleSegmentsVisualizer.Instance.segmentToElements
Map to connect segments to their visual elements
|
protected ArrayList<Segment> |
SegmentsStylingPolicy.selectedSegments
Selected segments
|
Modifier and Type | Method and Description |
---|---|
protected void |
SegmentsStylingPolicy.deselectSegment(Segment segment)
Deselect a segment
|
int |
SegmentsStylingPolicy.indexOfSegment(Segment segment)
Get the index of a selected segment.
|
boolean |
SegmentsStylingPolicy.isSelected(Segment segment)
Test whether a segment is selected.
|
protected void |
CircleSegmentsVisualizer.Instance.segmentClick(Segment segment,
Event evt,
boolean dblClick) |
protected void |
CircleSegmentsVisualizer.Instance.segmentHover(Segment segment,
int ringid,
boolean active) |
void |
SegmentsStylingPolicy.select(Segment segment,
boolean addToSelection)
Adds or removes the given segment to the selection.
|
protected void |
SegmentsStylingPolicy.selectSegment(Segment segment)
Select a segment
|
Constructor and Description |
---|
CircleSegmentsVisualizer.Instance.SegmentListenerProxy(Segment id,
int ringid)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.