mirror of
https://github.com/muesli/kmeans.git
synced 2025-09-27 03:56:17 +08:00
12 lines
245 B
Modula-2
12 lines
245 B
Modula-2
module example
|
|
|
|
go 1.12
|
|
|
|
replace github.com/muesli/kmeans => ../
|
|
|
|
require (
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762
|
|
github.com/muesli/kmeans v0.0.0-00010101000000-000000000000
|
|
)
|