Uses of Class
elki.evaluation.clustering.pairsegments.Segment
-
Packages that use Segment Package Description elki.evaluation.clustering.pairsegments Pair-segment analysis of multiple clusterings. -
-
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. segmentsThe actual segmentsprivate java.util.TreeMap<Segment,Segment>Segments. segmentsThe actual segmentsMethods in elki.evaluation.clustering.pairsegments that return Segment Modifier and Type Method Description SegmentSegments. 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 intSegment. 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.SegmentSegments. unifySegment(Segment temp)
-