Skip to content

matejsoroka/izp_project_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

IZP Project 3

[FIT VUT] Third project from curse Introduction to Programming Systems

10 / 10 + 1.4 premium points

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.

How to run

./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

About

C programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published