Skip to content

Commit 90f1983

Browse files
Update src/algorithms/k_means.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f98ef83 commit 90f1983

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/algorithms/k_means.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ fn imbalance(weights: &[f64]) -> f64 {
4848
/// - `max_balance_iter`: the maximum number of iterations of the load balancing loop. It will limit how much each cluster
4949
/// influence can grow between each cluster movement.
5050
/// - `erode`: sets whether or not cluster influence is modified according to errosion's rules between each cluster movement
51-
/// - `hilbert`: sets wheter or not an Hilbert curve is used to create the initial partition. If false, a Z curve is used instead.
5251
/// - `mbr_early_break`: sets whether or not bounding box optimization is enabled.
5352
#[derive(Debug, Clone, Copy)]
5453
pub struct BalancedKmeansSettings {

0 commit comments

Comments
 (0)