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