java.lang.Object
com.evolveum.midpoint.common.mining.objects.statistic.ClusterStatistic
All Implemented Interfaces:
Serializable

public class ClusterStatistic extends Object implements Serializable
The `ClusterStatistic` class provides statistics for a clustering operation, such as the number of members, properties, and various measures related to the clustered data. It contains information about the members, properties, and other clustering-related metrics.
See Also:
  • Constructor Details

    • ClusterStatistic

      public ClusterStatistic(PolyStringType name, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity)
    • ClusterStatistic

      public ClusterStatistic(PolyStringType name, Set<ObjectReferenceType> propertiesRef, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity)
  • Method Details

    • getMembersCount

      public int getMembersCount()
    • getPropertiesRef

      public Set<ObjectReferenceType> getPropertiesRef()
    • getMembersRef

      public Set<ObjectReferenceType> getMembersRef()
    • getPropertiesCount

      public int getPropertiesCount()
    • getMinVectorPoint

      public int getMinVectorPoint()
    • getMaxVectorPoint

      public int getMaxVectorPoint()
    • getPropertiesMean

      public double getPropertiesMean()
    • getPropertiesDensity

      public double getPropertiesDensity()
    • getName

      public PolyStringType getName()
    • getUserAttributeAnalysisStructures

      public List<AttributeAnalysisStructure> getUserAttributeAnalysisStructures()
    • setUserAttributeAnalysisStructures

      public void setUserAttributeAnalysisStructures(List<AttributeAnalysisStructure> userAttributeAnalysisStructures)
    • getRoleAttributeAnalysisStructures

      public List<AttributeAnalysisStructure> getRoleAttributeAnalysisStructures()
    • setRoleAttributeAnalysisStructures

      public void setRoleAttributeAnalysisStructures(List<AttributeAnalysisStructure> roleAttributeAnalysisStructures)