Uses of Class
cz.fidentis.analyst.engines.face.batch.clustering.dto.ClusterLink
Packages that use ClusterLink
-
Uses of ClusterLink in cz.fidentis.analyst.engines.face.batch.clustering.dto
Methods in cz.fidentis.analyst.engines.face.batch.clustering.dto that return ClusterLinkModifier and TypeMethodDescriptionClusterDistanceMap.findByClusters
(ClusterNode cluster1, ClusterNode cluster2) Returns cluster link between two clusters.ClusterDistanceMap.removeClosest()
Removes the closest cluster link.Methods in cz.fidentis.analyst.engines.face.batch.clustering.dto that return types with arguments of type ClusterLinkMethods in cz.fidentis.analyst.engines.face.batch.clustering.dto with parameters of type ClusterLinkModifier and TypeMethodDescriptionboolean
ClusterDistanceMap.add
(ClusterLink link) Adds cluster link.int
ClusterLink.compareTo
(ClusterLink other) void
ClusterDistanceMap.remove
(ClusterLink link) Removes cluster link.