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(DistanceMeasure measure) DensityBasedClustering(double eps, int minPts, DistanceMeasure measure, int minRolesOverlap) Constructs a DensityBasedClustering instance with the specified parameters.