mirror of
https://github.com/muesli/kmeans.git
synced 2025-10-05 07:36:51 +08:00
Fixed comment for plotter
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
|||||||
|
|
||||||
// Kmeans configuration/option struct
|
// Kmeans configuration/option struct
|
||||||
type Kmeans struct {
|
type Kmeans struct {
|
||||||
// when debug is enabled, graphs are generated after each iteration
|
// when a plotter is set, Plot gets called after each iteration
|
||||||
plotter Plotter
|
plotter Plotter
|
||||||
// deltaThreshold (in percent between 0.0 and 0.1) aborts processing if
|
// deltaThreshold (in percent between 0.0 and 0.1) aborts processing if
|
||||||
// less than n% of data points shifted clusters in the last iteration
|
// less than n% of data points shifted clusters in the last iteration
|
||||||
|
Reference in New Issue
Block a user