Skip to content

kosmaks/clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimenting with AI

Clustered cloud of points

How to compile

The only dependency is gnuplot, so no need to use cabal to install.

$ make

How to run

Pass the input through stdin. The input coordinates should be formatted as line separated "x y _" points.

Using runhaskell:

$ cat input.txt | runhaskell clust.hs 47 Complete

Compiled version:

$ cat input.txt | ./clust 47 Complete

Screenshot

alt tag

Лаба по AI

Кластеризовать облако точек.

Как скомпилировать

Из зависимостей только gnuplot, поэтому без кабалов обошлось.

$ make # лол

Как запустить

В stdin подаются координаты в формате "x y _" по одной на строке.

Через runhaskell:

$ cat input.txt | runhaskell clust.hs 47 Complete

Скомпилированную версию:

$ cat input.txt | ./clust 47 Complete

Пример работы

alt tag

About

Clustering experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published