Skip to content

Implementation of K-Means Clustering Algorithm for Assignment 03 of the course CS6375: Machine Learning.

License

Notifications You must be signed in to change notification settings

rahul1947/ML-A03-K-Means-Clustering-Algorithm

Repository files navigation

ML-A03: K-Means Clustering Algorithm

Implementation of K-Means Clustering Algorithm for Assignment 03 of the course CS6375: Machine Learning.

Problem:

Assignment 03

Solution:

How to Run:

1. Compilation:

$ javac KMeans.java

2. EXECUTION:

$ java KMeans <INPUTIMAGE> <KVALUE> <OUTPUTIMAGE>
Example:
$ java KMeans Koala.jpg 2 Koala2out.png

About

Implementation of K-Means Clustering Algorithm for Assignment 03 of the course CS6375: Machine Learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages