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

public class DetectionOption extends Object implements Serializable
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()