Skip to content

infinitylogesh/KMeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Means Clustering Implementation in SCALA using BREEZE - Linear algebra library.

The implementation takes a List of Vectors - N Dimentional as input , with number of Iterations and K values to compute the clusters. The results are returned as a Listbuffer of tuple containing cluster ID and Vector.

About

KMeans implementation in SCALA using Breeze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published