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

public class ClusterStatistic extends Object implements Serializable
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()