Description Usage Arguments Value Author(s)
View source: R/kmeansQuantization.R
The function use kmeans algorithm to perform data quantization.
1 | kmeansQuantization(dataFrame, maxData, stopCriteria = 0.99)
|
dataFrame |
The dataFrame. |
maxData |
maximum of sample number for reduction. |
stopCriteria |
criterion for minimizing intra-group distance and select final smplPoint. |
kmeans result
Emilie Poisson Caillault and Erwan Vincent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.