Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Dec 7, 2024
1 parent 55c8366 commit fbb19f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/analysis/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function createDefaultClusterizationWeightsConfig(): ClusterizationWeight

export function createModifiedClusterizationWeightsConfig(): ClusterizationWeightsConfig {
return {
minCompoundSize: 8,
minCompoundSize: 6,
clustersCountWeight: 1,
clusterSizeWeight: 1,
relativeFilteredCountWeight: 1,
Expand Down

0 comments on commit fbb19f6

Please sign in to comment.