We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98ef83 commit 90f1983Copy full SHA for 90f1983
1 file changed
src/algorithms/k_means.rs
@@ -48,7 +48,6 @@ fn imbalance(weights: &[f64]) -> f64 {
48
/// - `max_balance_iter`: the maximum number of iterations of the load balancing loop. It will limit how much each cluster
49
/// influence can grow between each cluster movement.
50
/// - `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.
52
/// - `mbr_early_break`: sets whether or not bounding box optimization is enabled.
53
#[derive(Debug, Clone, Copy)]
54
pub struct BalancedKmeansSettings {
0 commit comments