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
    String name()  

    Methods inherited from interface java.util.function.Supplier

    get