java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.DataPoint
All Implemented Interfaces:
Clusterable, Serializable

public class DataPoint extends Object implements Clusterable, Serializable
Represents a data point for clustering, containing members and properties. This class is used in the clustering mechanism for role analysis.
See Also:
  • Constructor Details

    • DataPoint

      public DataPoint(Set<String> members, Set<String> properties)
      Constructs a DataPoint with the given members and properties.
      Parameters:
      members - The set of members associated with the data point.
      properties - The set of properties associated with the data point.
  • Method Details