Skip to content

Implementation of k-medoids algorithm in C (standard C89/C90)

Notifications You must be signed in to change notification settings

KlimentLagrangiewicz/k-medoids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k-medoids

Implementation of k-medoids algorithm in C (standart C89/C90)

Example of usage

git clone https://github.com/KlimentLagrangiewicz/k-medoids
cd k-medoids/  
cmake .  
cmake --build .  
./k-medoids ./examplesDataSets/iris/test150 150 4 3 ./examplesDataSets/iris/resultFull ./examplesDataSets/iris/ideal150

About

Implementation of k-medoids algorithm in C (standard C89/C90)

Topics

Resources

Stars

Watchers

Forks