Description Usage Arguments Examples
calssical c-mean algorithm
1 | CFuzzyMeans(data, k, m, maxiter = 500, tol = 0.01, standardize = TRUE)
|
data |
A dataframe with only numerical variable |
k |
An integer describing the number of cluster to find |
m |
An integer for the fuzzyness degree |
maxiter |
An integer for the maximum number of iteration |
tol |
The tolerance criterion used in the evaluateMatrices function for convergence assessment |
standardize |
A boolean to specify if the variable must be centered and reduce (default = True) |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.