Description Usage Arguments Examples
spatial version of the c-mean algorithm
1 2 3 4 5 6 7 8 9 10 | SpatialCFuzzyMeans(
data,
nblistw,
k,
m,
alpha,
maxiter = 500,
tol = 0.01,
standardize = TRUE
)
|
data |
A dataframe with only numerical variable |
nblistw |
A list.w object describing the neighbours typically produced by the spdep package |
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.