Uses of Interface
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.Clusterable
Packages that use Clusterable
-
Uses of Clusterable in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism
Classes in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with type parameters of type ClusterableModifier and TypeClassDescriptionclassCluster<T extends Clusterable>Represents a role analysis cluster of data points of a specific type.classClusterer<T extends Clusterable>An abstract base class for role analysis clustering data points of a specific type using a distance measure.classDensityBasedClustering<T extends Clusterable>Performs density-based clustering of data points based on specified parameters and distance measure.Classes in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism that implement ClusterableModifier and TypeClassDescriptionclassRepresents a data point for clustering, containing members and properties.Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with parameters of type ClusterableModifier and TypeMethodDescriptionprotected doubleClusterer.distance(Clusterable p1, Clusterable p2)