Package elki.clustering.subspace
Class PROCLUS.DoubleIntInt
- java.lang.Object
-
- elki.clustering.subspace.PROCLUS.DoubleIntInt
-
- All Implemented Interfaces:
java.lang.Comparable<PROCLUS.DoubleIntInt>
- Enclosing class:
- PROCLUS
private static class PROCLUS.DoubleIntInt extends java.lang.Object implements java.lang.Comparable<PROCLUS.DoubleIntInt>
Simple triple.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description DoubleIntInt(double first, int second, int third)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PROCLUS.DoubleIntInt o)
-
-
-
Method Detail
-
compareTo
public int compareTo(PROCLUS.DoubleIntInt o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<PROCLUS.DoubleIntInt>
-
-