gvwilson / tidyblocks

A blocks-based interface for tidy data manipulation and analysis.
Other
82 stars 28 forks source link

adding es to k-means #402

Closed demar01 closed 4 years ago

demar01 commented 4 years ago

Added es to the k-means clustering and silhouette blocks.

In line 190 const msg = new Messages(MESSAGES, language, 'en'). Would we need an additional line const msg = new Messages(MESSAGES, language, 'es')?