Class ClusterStatistic
java.lang.Object
com.evolveum.midpoint.common.mining.objects.statistic.ClusterStatistic
- All Implemented Interfaces:
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 Summary
ConstructorDescriptionClusterStatistic
(PolyStringType name, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) ClusterStatistic
(PolyStringType name, Set<ObjectReferenceType> propertiesRef, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) -
Method Summary
-
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
-
getMembersRef
-
getPropertiesCount
public int getPropertiesCount() -
getMinVectorPoint
public int getMinVectorPoint() -
getMaxVectorPoint
public int getMaxVectorPoint() -
getPropertiesMean
public double getPropertiesMean() -
getPropertiesDensity
public double getPropertiesDensity() -
getName
-