Interface ClusteringAlgorithmProvider

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

public interface ClusteringAlgorithmProvider extends Supplier<ClusteringAlgorithm>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details