mlampros / ClusterR

Gaussian mixture models, k-means, mini-batch-kmeans and k-medoids clustering
https://mlampros.github.io/ClusterR/
84 stars 29 forks source link

Package ‘ClusterR’ Manual Needs Attention #16

Closed mccurcio closed 5 years ago

mccurcio commented 5 years ago

On page 14 of the Package ‘ClusterR’ manual there is a portion of the manual that is not readable. I am seeking clarification on this issue.

Under the KMeans_arma section, under the Arguments subsection, The item: seed_mode

The definition for the seed_mode runs off the page of the pdf and cannot be read. clusterR-package-manual-2019-07-07 21-39-13

mlampros commented 5 years ago

@mccurcio thanks for making me aware of this. The seed_mode parameter appears in more than one functions of the ClusterR package (GMM, Optimal_Clusters_GMM ) but this issue occurs only in the KMeans_arma function of the .pdf manual. I added empty spaces between the seed-modes and not it works as expected,

clusterr_seed_mode

I've uploaded the updated version to Github and updated the NEWS.md file. The changes will be visible in the next CRAN version of the package. You can build / install the Github version of the package if you want access to the new .pdf manual immediately.