public interface BIRCHDistance
Modifier and Type | Method and Description |
---|---|
double |
squaredDistance(ClusteringFeature c1,
ClusteringFeature c2)
Distance between two clustering features.
|
double |
squaredDistance(NumberVector v,
ClusteringFeature cf)
Distance of a vector to a clustering feature.
|
double squaredDistance(NumberVector v, ClusteringFeature cf)
v
- Vectorcf
- Clustering Featuredouble squaredDistance(ClusteringFeature c1, ClusteringFeature c2)
c1
- First clustering featurec2
- Second clustering featureCopyright © 2019 ELKI Development Team. License information.