Skip to content

Commit

Permalink
fix: Fix entity probability calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Rousseau committed Nov 12, 2024
1 parent 5178886 commit 77fb100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class Settings {
public final static int MAX_STORE_ROWS = 10000;

public final static float DEFAULT_RATIO_SIMILARITY = 0.35f;
public final static float DEFAULT_ENTITY_PROBABILITY = 0.6f;
public final static float DEFAULT_ENTITY_PROBABILITY = 0.45f;
public final static float DEFAULT_CAPILLARITY_THRESHOLD = 0.5f;

public final static String PIVOT_KEY_SUFFIX = "#PIVOT?";
Expand Down

0 comments on commit 77fb100

Please sign in to comment.