Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

K-medoids algorithm #53

@cesarsouza

Description

@cesarsouza

Add the k-medoids algorithm in the clustering module.

A description of the k-medoids algorithm can be found in Wikipedia, alongside with worked examples that would help testing and verifying an actual implementation:

For practical pourposes, there is also a BSD licensed k-medoids implementation available on MATLAB Central. Since this implementation is available under the BSD license, anyone willing to work on this feature can leverage the source code on this page and include the original copyright text for the original author, Mo Chen.

In order to implement a new clustering algorithm, start by copying all the contents of the existent KMeans.cs file, and simply rename the class to KMedoids. Then, replace the core algorithm with the k-medoids one. This will simplify getting the IUnsupervisedLearning interface implementation straight.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions