Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict new point #682

Open
jordypalafox opened this issue Dec 15, 2021 · 0 comments
Open

Predict new point #682

jordypalafox opened this issue Dec 15, 2021 · 0 comments

Comments

@jordypalafox
Copy link

Hello,

I would like to know if it is possible to predict the cluster of a new data point using its distances to the other points with Kmedoids ?

As an example :

  1. computing the distance matrix on n points
  2. processing my kmedoids model using this matrix
  3. predicting on the new data point after i 've computed its distances to the n first points.

In the code, i did not find the answer, it seems not to be possible.

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant