java.lang.Object
com.evolveum.midpoint.common.mining.objects.detection.DetectionOption
All Implemented Interfaces:
Serializable

public class DetectionOption extends Object implements Serializable
The `DetectionOption` class represents detection options for role analysis. It includes parameters such as minimum and maximum frequency thresholds, minimum users, and minimum roles.
See Also:
  • Constructor Details

    • DetectionOption

      public DetectionOption(double minFrequencyThreshold, double maxFrequencyThreshold, Integer minUsers, Integer minRoles)
    • DetectionOption

      public DetectionOption(RoleAnalysisClusterType cluster)
  • Method Details

    • getMinFrequencyThreshold

      public double getMinFrequencyThreshold()
    • getMinUsers

      public Integer getMinUsers()
    • getMaxFrequencyThreshold

      public double getMaxFrequencyThreshold()
    • getMinRoles

      public Integer getMinRoles()