Class OutlineOutlierDetectionStrategy
java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.outline.OutlineOutlierDetectionStrategy
- All Implemented Interfaces:
OutlierDetectionStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAnalysis(@NotNull RoleAnalysisService roleAnalysisService, @NotNull RoleAnalysisClusterType cluster, @NotNull RoleAnalysisSessionType session, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull ObjectCategorisationCache objectCategorisationCache, @NotNull Task task, @NotNull OperationResult result)
-
Constructor Details
-
OutlineOutlierDetectionStrategy
public OutlineOutlierDetectionStrategy()
-
-
Method Details
-
executeAnalysis
public void executeAnalysis(@NotNull @NotNull RoleAnalysisService roleAnalysisService, @NotNull @NotNull RoleAnalysisClusterType cluster, @NotNull @NotNull RoleAnalysisSessionType session, @NotNull @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull @NotNull ObjectCategorisationCache objectCategorisationCache, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) - Specified by:
executeAnalysisin interfaceOutlierDetectionStrategy
-