mirror of
https://github.com/muesli/kmeans.git
synced 2025-09-26 19:51:27 +08:00
Added comment for Plotter interface
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"github.com/wcharczuk/go-chart/drawing"
|
||||
)
|
||||
|
||||
// The Plotter interface lets you implement your own plotters
|
||||
type Plotter interface {
|
||||
Plot(clusters Clusters, iteration int)
|
||||
}
|
||||
|
Reference in New Issue
Block a user