Uses of Class
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.DataPoint
Packages that use DataPoint
Package
Description
-
Uses of DataPoint in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util that return types with arguments of type DataPointModifier and TypeMethodDescriptionClusteringUtils.prepareDataPoints(@NotNull com.google.common.collect.ListMultimap<List<String>, String> chunkMap) Prepares data points based on the provided chunk map.ClusteringUtils.prepareDataPointsRoleModeRules(@NotNull com.google.common.collect.ListMultimap<List<String>, String> chunkMap, @NotNull RoleAnalysisService roleAnalysisService, @NotNull List<RoleAnalysisAttributeDefConvert> roleAnalysisAttributeDefConverts, @NotNull Task task) ClusteringUtils.prepareDataPointsUserModeRules(@NotNull com.google.common.collect.ListMultimap<List<String>, String> chunkMap, @NotNull RoleAnalysisService roleAnalysisService, @NotNull List<RoleAnalysisAttributeDefConvert> roleAnalysisAttributeDefConverts, @NotNull Task task) -
Uses of DataPoint in com.evolveum.midpoint.model.impl.mining.utils
Method parameters in com.evolveum.midpoint.model.impl.mining.utils with type arguments of type DataPointModifier and TypeMethodDescriptionvoidRoleAnalysisAlgorithmUtils.processClusters(@NotNull RoleAnalysisService roleAnalysisService, @NotNull List<DataPoint> dataPoints, @NotNull List<Cluster<DataPoint>> clusters, @NotNull RoleAnalysisSessionType session, @NotNull AttributeAnalysisCache attributeAnalysisCache, @NotNull ObjectCategorisationCache objectCategorisationCache, @NotNull RoleAnalysisProgressIncrement handler, @NotNull Task task, @NotNull OperationResult result) Processes the clusters and generates cluster statistics, including the detection of patterns and outliers.