Skip to content

Commit

Permalink
Role mining removing unwanted operation
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed Jan 11, 2024
1 parent 1be53f9 commit 4e491bf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 668 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ public List<PrismObject<RoleAnalysisClusterType>> executeClustering(
handler.enterNewStep("Prepare Data");
handler.setOperationCountToProcess(1);
List<DataPoint> dataPoints = prepareDataPoints(chunkMap);
//
// //TODO delete after finish research
// ParameterOptimization parameterOptimization = new ParameterOptimization();
// Integer minPropertiesOverlap = sessionOptionType.getMinPropertiesOverlap();
// parameterOptimization.parameterResolver(dataPoints, minPropertiesOverlap);

handler.iterateActualStatus();

double similarityThreshold = sessionOptionType.getSimilarityThreshold();
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 4e491bf

Please sign in to comment.