KMeans from [sci-kit learn](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html) `init` parameters allows array. Does KMedoids also support it? I can submit pull requests for it `If an array is passed, it should be of shape (n_clusters, n_features) and gives the initial centers.`