After implementing KMeans twice for different projects I decided to implement a generic version in C# so I could use it in any new project with minimun programming effort. Just implement the interfaces ICentroidsCalculator, IDissimilarityFunction, IFactory, and ISampler, and instantiate the class GenericKMeans to find your clusters.
-
Notifications
You must be signed in to change notification settings - Fork 0
A KMeans implementation in C# that can be used for any data type.
License
miguelmedinaperez/GenericKMeans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A KMeans implementation in C# that can be used for any data type.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published