Skip to content

JarrodMoore/external-kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

External-Kmeans

A stream implementation of Lloyd's algorithm for k-means clustering to be used when data cannot fit into main memory.

This program is still under development. Its results should not be expected to be optimal and its error checking is minimal.

Arguments

  • Input File Name
  • Number of Clusters

About

A stream implementation of Lloyd's algorithm for k-means clustering to be used when data cannot fit into main memory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published