
com.venky.clustering.euclidean.EuclideanClusterer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Commonly used programming tasks in java
The newest version!
package com.venky.clustering.euclidean;
import com.venky.clustering.Clusterer;
public class EuclideanClusterer extends Clusterer{
public EuclideanClusterer() {
super(new EuclideanCenterFinderBuilder(),new EuclideanMetric());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy