Interface ClusteringAlgorithmProvider

All Superinterfaces:
Supplier<ClusteringAlgorithm>
All Known Implementing Classes:
BisectingKMeansProvider, LingoProvider, STCProvider

public interface ClusteringAlgorithmProvider extends Supplier<ClusteringAlgorithm>