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 SummaryConstructorsConstructorDescriptionClusterStatistic(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- 
ClusterStatisticpublic ClusterStatistic(PolyStringType name, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) 
- 
ClusterStatisticpublic ClusterStatistic(PolyStringType name, Set<ObjectReferenceType> propertiesRef, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) 
 
- 
- 
Method Details- 
getMembersCountpublic int getMembersCount()
- 
getPropertiesRef
- 
getMembersRef
- 
getPropertiesCountpublic int getPropertiesCount()
- 
getMinVectorPointpublic int getMinVectorPoint()
- 
getMaxVectorPointpublic int getMaxVectorPoint()
- 
getPropertiesMeanpublic double getPropertiesMean()
- 
getPropertiesDensitypublic double getPropertiesDensity()
- 
getName
 
-