Package elki.clustering.silhouette
Class FastMSC.Record
- java.lang.Object
-
- elki.clustering.silhouette.FastMSC.Record
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
d1
Distance to nearest medoid(package private) double
d2
Distance to second nearest medoid(package private) double
d3
Distance to third nearest medoid(package private) int
m1
Nearest medoid(package private) int
m2
Second nearest medoid(package private) int
m3
Third nearest medoid
-
Constructor Summary
Constructors Modifier Constructor Description protected
Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-