Uses of Interface
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.DistanceMeasure
Packages that use DistanceMeasure
-
Uses of DistanceMeasure in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism
Classes in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism that implement DistanceMeasureModifier and TypeClassDescriptionclassA distance measure implementation for calculating the Jaccard distance/similarity between two sets of values.Constructors in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with parameters of type DistanceMeasureModifierConstructorDescriptionprotectedClusterer(@NotNull DistanceMeasure measure, @NotNull ClusteringMode clusteringMode) DensityBasedClustering(double eps, int minPts, @NotNull DistanceMeasure measure, int minRolesOverlap, @NotNull ClusteringMode clusteringMode) Constructs a DensityBasedClustering instance with the specified parameters.