Open m-muaz opened 2 years ago
Thanks for the feature request. I'll implement this in a future release.
Just to set expectations, I've paused maintaining this repo until the end of June while I work on other projects in my PhD. If you need it sooner, I can provide details on how to fork this repo and implement it locally
I will appreciate it if you can let me know the implementation details! Thanks!
Of course! Here are the steps you would need to take:
KMedoids::predict
in kmedoids_algorithm.cpp, similar to KMedoids::calcLoss
and add the function signature to the associated header filelabels_python.cpp
and add to the corresponding headerLet me know if you have any questions!
Hi! Thank you for releasing the code and the Python package. I was using the python implementation installed using pip. While I was working, I noticed that there is no method 'predict' for the class KMediods. Is it something that was omitted intentionally or will it be added later in the future?
Thanks