| 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 java.util.TreeMap<Segment,Segment> | 
Segments.segments
The actual segments 
 | 
private java.util.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 | 
|---|---|
java.util.List<Segment> | 
Segments.getPairedSegments(Segment unpairedSegment)
Return to a given segment with unpaired objects, the corresponding segments
 that result in an unpaired segment. 
 | 
java.util.Iterator<Segment> | 
Segments.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Segment.compareTo(Segment sid)  | 
java.util.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 java.util.TreeMap<Segment,Segment> | 
SegmentsStylingPolicy.indirectSelections
Segments indirectly selected 
 | 
protected java.util.TreeMap<Segment,Segment> | 
SegmentsStylingPolicy.indirectSelections
Segments indirectly selected 
 | 
java.util.Map<Segment,java.util.List<org.w3c.dom.Element>> | 
CircleSegmentsVisualizer.Instance.segmentToElements
Map to connect segments to their visual elements 
 | 
protected java.util.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,
            org.w3c.dom.events.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 | 
|---|
SegmentListenerProxy(Segment id,
                    int ringid)
Constructor. 
 | 
Copyright © 2019 ELKI Development Team. License information.