Vytvořte program, který implementuje jednoduchou shlukovou analýzu, metodu "Unweighted pair-group average" (pouze anglicky). Shlukovou analýzu provádějte na dvourozměrných objektech. Každý objekt je identifikován celým číslem. Objekty jsou uloženy v textovém souboru.
Translated with Google Translator
Create a program that implements a simple cluster analysis, the "Unweighted pair-group average" method. Perform cloud analysis on two-dimensional objects. Each object is identified by an integer. Objects are stored in a text file.
./proj3 FILE N [METHOD]
N - count of final clusters
FILE - name of data file
Methods
--avg Unweighted pair-group average method (default)
--min Nearest nearest neighbor method
--max Furthermost neighbor method