[mob][photos] Experiment higher distance for big suggestions
This commit is contained in:
parent
605112eeb9
commit
c28f6c36bb
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ class ClusterFeedbackService {
|
|||
clusterAvgBigClusters,
|
||||
personClusters,
|
||||
ignoredClusters,
|
||||
(minimumSize == 100) ? goodMeanDistance + 0.05 : goodMeanDistance,
|
||||
(minimumSize == 100) ? goodMeanDistance + 0.15 : goodMeanDistance,
|
||||
);
|
||||
w?.log(
|
||||
'Calculate suggestions using mean for ${clusterAvgBigClusters.length} clusters of min size $minimumSize',
|
||||
|
|
Loading…
Add table
Reference in a new issue