Description Usage Arguments Value Examples
Calculate the belonging matrix according to a set of centroids, the observed data and the fuzzyness degree
1 | calcBelongMatrix(centers, data, m)
|
centers |
A matrix or a dataframe representing the centers of the clusters with p columns and k rows |
data |
A dataframe or matrix representing the observed data with nrows and p columns |
m |
An integer representing the fuzzyness degree |
A n X k matrix represening the belongings of each datapoint to each cluster
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.