Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Sep 17, 2024
1 parent 6dda387 commit 1c6dfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt-kahypar/io/command_line_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ namespace mt_kahypar {
"Two-hop coarsening: maximum number of degree one nodes in one cluster.")
("c-sim-incident-weight-scaling",
po::value<uint32_t>(&context.coarsening.rating.incident_weight_scaling_constant)->value_name(
"<int>")->default_value(0),
"<int>")->default_value(1),
"Scales how incident weight is computed when determining similarity thresholds.")
("c-sim-preserve-nodes-scaling-factor",
po::value<double>(&context.coarsening.rating.preserve_nodes_scaling_factor)->value_name(
Expand Down

0 comments on commit 1c6dfe1

Please sign in to comment.