
com.venky.clustering.CenterFinder 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;
public interface CenterFinder {
public T center();
public T center(T afterAddingNewPoint);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy