Skip to content

A KMeans implementation in C# that can be used for any data type.

License

Notifications You must be signed in to change notification settings

miguelmedinaperez/GenericKMeans

Repository files navigation

GenericKMeans

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.

About

A KMeans implementation in C# that can be used for any data type.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages