Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 861 Bytes

File metadata and controls

26 lines (20 loc) · 861 Bytes

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