All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.clustering.StopCriteria Maven / Gradle / Ivy

The newest version!
package com.venky.clustering;

import java.util.List;

public interface StopCriteria {
	public boolean canStop(List> currentClusters,Cluster clusterGrown, Cluster clusterDestroyed);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy