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) doubled1Distance to nearest medoid(package private) doubled2Distance to second nearest medoid(package private) doubled3Distance to third nearest medoid(package private) intm1Nearest medoid(package private) intm2Second nearest medoid(package private) intm3Third nearest medoid
-
Constructor Summary
Constructors Modifier Constructor Description protectedRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-