Class PatternConfidenceCalculator
java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.detection.PatternConfidenceCalculator
- All Implemented Interfaces:
Serializable
Experimental class for calculating confidence values based on detection patterns. (Part of RoleAnalysis)
This class calculates confidence values for reduction factor and item density.
The confidence values are calculated based on the analysis results provided by detection patterns.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected double
protected RoleAnalysisDetectionPatternType
protected double
protected RoleAnalysisSessionType
-
Constructor Summary
ConstructorsConstructorDescriptionPatternConfidenceCalculator
(@NotNull RoleAnalysisSessionType session, @NotNull RoleAnalysisDetectionPatternType pattern) -
Method Summary
-
Field Details
-
itemsConfidence
protected double itemsConfidence -
reductionFactorConfidence
protected double reductionFactorConfidence -
pattern
-
session
-
itemCount
protected int itemCount
-
-
Constructor Details
-
PatternConfidenceCalculator
public PatternConfidenceCalculator(@NotNull @NotNull RoleAnalysisSessionType session, @NotNull @NotNull RoleAnalysisDetectionPatternType pattern)
-
-
Method Details
-
calculateItemConfidence
public double calculateItemConfidence()
-