Uses of Interface
cz.fidentis.analyst.engines.face.batch.clustering.Clusterer
Packages that use Clusterer
Package
Description
-
Uses of Clusterer in cz.fidentis.analyst.engines.face.batch.clustering
Methods in cz.fidentis.analyst.engines.face.batch.clustering that return ClustererModifier and TypeMethodDescriptionstatic Clusterer
ClusteringServices.initAgglomerativeClusteringService
(double[][] distances, List<String> clusterNames, LinkageStrategy linkageStrategy) Initiates and returns an object implementing an agglomerative clustering service.static Clusterer
ClusteringServices.initDivisiveClusteringService
(double[][] distances, List<String> clusterNames) Initiates and returns an object implementing a divisive clustering service.Methods in cz.fidentis.analyst.engines.face.batch.clustering with parameters of type ClustererModifier and TypeMethodDescriptionClusterNodeProvider.getClusterNodeNames
(Clusterer clusterer) Provides list of sorted leaf names od the root cluster node -
Uses of Clusterer in cz.fidentis.analyst.engines.face.batch.clustering.impl
Classes in cz.fidentis.analyst.engines.face.batch.clustering.impl that implement Clusterer