[midPoint-git] [Evolveum/midpoint] 643799: Provide default fuzzy confidence conversions
mederly
noreply at github.com
Tue Sep 13 14:49:37 CEST 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 643799e9056bbcda602c9e00f98dfc19741ba299
https://github.com/Evolveum/midpoint/commit/643799e9056bbcda602c9e00f98dfc19741ba299
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-09-13 (Tue, 13 Sep 2022)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlator/items/CorrelationItem.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/correlator/correlation/TestCorrelators.java
A model/model-impl/src/test/resources/correlator/correlation/accounts-by-name-fuzzy-fixed.csv
M model/model-impl/src/test/resources/correlator/correlation/accounts-by-name-fuzzy-gradual.csv
R model/model-impl/src/test/resources/correlator/correlation/accounts-by-name-fuzzy.csv
A model/model-impl/src/test/resources/correlator/correlation/correlator-by-name-fuzzy-fixed.xml
M model/model-impl/src/test/resources/correlator/correlation/correlator-by-name-fuzzy-gradual.xml
R model/model-impl/src/test/resources/correlator/correlation/correlator-by-name-fuzzy.xml
Log Message:
-----------
Provide default fuzzy confidence conversions
For levenshtein, 1/(input+1) is used.
For trigram similarity, the value is used "as is".
More information about the midPoint-svn
mailing list