Uses of Class
elki.evaluation.clustering.pairsegments.Segment
-
Packages that use Segment Package Description elki.evaluation.clustering.pairsegments Pair-segment analysis of multiple clusterings.elki.visualization.visualizers.pairsegments Visualizers for inspecting cluster differences using pair counting segments. -
-
Uses of Segment in elki.evaluation.clustering.pairsegments
Fields in elki.evaluation.clustering.pairsegments with type parameters of type Segment Modifier and Type Field Description private java.util.TreeMap<Segment,Segment>
Segments. segments
The actual segmentsprivate java.util.TreeMap<Segment,Segment>
Segments. segments
The actual segmentsMethods in elki.evaluation.clustering.pairsegments that return Segment Modifier and Type Method Description Segment
Segments. unifySegment(Segment temp)
Methods in elki.evaluation.clustering.pairsegments that return types with arguments of type Segment Modifier and Type Method 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()
Methods in elki.evaluation.clustering.pairsegments with parameters of type Segment Modifier and Type Method 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)
-
Uses of Segment in elki.visualization.visualizers.pairsegments
Fields in elki.visualization.visualizers.pairsegments declared as Segment Modifier and Type Field Description private Segment
CircleSegmentsVisualizer.Instance.SegmentListenerProxy. id
Segment we are attached toFields in elki.visualization.visualizers.pairsegments with type parameters of type Segment Modifier and Type Field Description protected java.util.TreeMap<Segment,Segment>
SegmentsStylingPolicy. indirectSelections
Segments indirectly selectedprotected java.util.TreeMap<Segment,Segment>
SegmentsStylingPolicy. indirectSelections
Segments indirectly selectedjava.util.Map<Segment,java.util.List<org.w3c.dom.Element>>
CircleSegmentsVisualizer.Instance. segmentToElements
Map to connect segments to their visual elementsprotected java.util.ArrayList<Segment>
SegmentsStylingPolicy. selectedSegments
Selected segmentsMethods in elki.visualization.visualizers.pairsegments with parameters of type Segment Modifier and Type Method Description protected void
SegmentsStylingPolicy. deselectSegment(Segment segment)
Deselect a segmentint
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 segmentConstructors in elki.visualization.visualizers.pairsegments with parameters of type Segment Constructor Description SegmentListenerProxy(Segment id, int ringid)
Constructor.
-