Package com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism


package com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism
  • Class
    Description
     
    Cluster<T extends Clusterable>
    Represents a role analysis cluster of data points of a specific type.
    An interface representing data points that can be used in clustering algorithms.
    An abstract base class for role analysis clustering data points of a specific type using a distance measure.
     
    Represents a data point for clustering, containing members and properties.
    Performs density-based clustering of data points based on specified parameters and distance measure.
    A distance measure interface for calculating the similarity or distance between two sets of values.
    A distance measure implementation for calculating the Jaccard distance/similarity between two sets of values.