Class CandidatePattern
java.lang.Object
com.evolveum.midpoint.common.mining.objects.detection.BasePattern
com.evolveum.midpoint.common.mining.objects.detection.CandidatePattern
- All Implemented Interfaces:
Serializable
The `CandidatePattern` class represents a candidate pattern in role analysis. It contains information about the roles,
users, and the cluster metric associated with the candidate pattern.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.common.mining.objects.detection.BasePattern
BasePattern.PatternType
-
Field Summary
Fields inherited from class com.evolveum.midpoint.common.mining.objects.detection.BasePattern
associatedColor, id, identifier, itemsConfidence, metric, reductionFactorConfidence, roles, users
-
Constructor Summary
-
Method Summary
Methods inherited from class com.evolveum.midpoint.common.mining.objects.detection.BasePattern
getAssociatedColor, getCandidateRoleIdToString, getId, getIdentifier, getItemsConfidence, getMetric, getOutlierRef, getPatternType, getReductionFactorConfidence, getRoleAttributeAnalysisResult, getRoleOid, getRoles, getUserAttributeAnalysisResult, getUsers, isPatternSelected, setAssociatedColor, setId, setIdentifier, setItemsConfidence, setMetric, setPatternSelected, setPatternType, setReductionFactorConfidence, setRoleAttributeAnalysisResult, setRoleOid, setUserAttributeAnalysisResult
-
Field Details
-
F_METRIC
- See Also:
-
F_TYPE
- See Also:
-
-
Constructor Details
-
CandidatePattern
-