From 0ad7a62e65e1f6759f2e79c3fee6da7d3d51976c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 30 May 2018 13:45:42 +0200 Subject: [PATCH] Fixed comment for plotter --- kmeans.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmeans.go b/kmeans.go index ac57196..9d2a1ef 100644 --- a/kmeans.go +++ b/kmeans.go @@ -10,7 +10,7 @@ import ( // Kmeans configuration/option 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 // deltaThreshold (in percent between 0.0 and 0.1) aborts processing if // less than n% of data points shifted clusters in the last iteration