Uses of Class
com.evolveum.midpoint.common.mining.utils.values.ZScoreData
Packages that use ZScoreData
Package
Description
-
Uses of ZScoreData in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return ZScoreDataModifier and TypeMethodDescription<T extends MiningBaseTypeChunk>
ZScoreDataRoleAnalysisService.resolveOutliersZScore(@NotNull List<T> data, @Nullable RangeType range, @Nullable Double sensitivity, @Nullable Double frequencyThreshold) Methods in com.evolveum.midpoint.model.api.mining with parameters of type ZScoreDataModifier and TypeMethodDescription<T extends MiningBaseTypeChunk>
doubleRoleAnalysisService.calculateZScoreConfidence(T item, ZScoreData zScoreData) -
Uses of ZScoreData in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining that return ZScoreDataModifier and TypeMethodDescription<T extends MiningBaseTypeChunk>
ZScoreDataRoleAnalysisServiceImpl.resolveOutliersZScore(@NotNull List<T> data, @Nullable RangeType range, @Nullable Double sensitivity, @Nullable Double frequencyThreshold) Methods in com.evolveum.midpoint.model.impl.mining with parameters of type ZScoreDataModifier and TypeMethodDescription<T extends MiningBaseTypeChunk>
doubleRoleAnalysisServiceImpl.calculateZScoreConfidence(T item, ZScoreData zScoreData) Calculate the confidence of the Z-Score -
Uses of ZScoreData in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier with parameters of type ZScoreDataModifier and TypeMethodDescriptionstatic voidOutliersDetectionUtil.resolveOutlierAnomalies(@NotNull RoleAnalysisService roleAnalysisService, @NotNull AttributeAnalysisCache analysisCache, @NotNull Task task, @NotNull OperationResult result, @NotNull MiningRoleTypeChunk miningRoleTypeChunk, @NotNull ZScoreData zScoreData, @NotNull FrequencyItem frequencyItem, @NotNull List<String> members, @NotNull List<MiningRoleTypeChunk> miningRoleTypeChunks, @NotNull RoleAnalysisSessionType session, @Nullable List<RoleAnalysisAttributeDef> attributesForUserAnalysis, int userCountInRepo, @NotNull com.google.common.collect.ListMultimap<String, DetectedAnomalyResultType> userRoleMap) -
Uses of ZScoreData in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.inline
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.inline that return ZScoreData -
Uses of ZScoreData in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.outline
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.outline that return ZScoreData