Skip to content

Implement K-Medoids Clustering Algorithm #13488

Description

@Nikita-Kedari

Feature description

I propose adding an implementation for the K-Medoids clustering algorithm to this repository.

  • K-Medoids is a classic clustering technique, similar to K-Means, but uses actual data points (medoids) as cluster centers, making it more robust to noise and outliers.
  • Useful for comparing clustering algorithms or datasets where K-Means does not perform well.
  • Should include clear implementation, usage examples, and validation tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions