Class PatternConfidenceCalculator

java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.detection.PatternConfidenceCalculator
All Implemented Interfaces:
Serializable

public class PatternConfidenceCalculator extends Object implements 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 Details

    • itemsConfidence

      protected double itemsConfidence
    • reductionFactorConfidence

      protected double reductionFactorConfidence
    • pattern

    • session

      protected RoleAnalysisSessionType session
    • maxReduction

      protected double maxReduction
    • itemCount

      protected int itemCount
  • Constructor Details

  • Method Details

    • calculateReductionFactorConfidence

      public double calculateReductionFactorConfidence()
    • calculateItemConfidence

      public double calculateItemConfidence()