Skip to content

gersonUrban/Clustering-Algorithms-in-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering-Algorithms-in-R

-FCM Function In -> A DataSet as data.frame or matrix, The Centroids as data.frame or matrix, The Distance as string, containing "euclidian" or "mahalanobis" (optional, "mahalanobis" as defaut) A threshold limiar to stop the clustering, (optional, 0.01 as defaut) and a iteration max number (optional, using threshold as defaut)

Out -> The centroid matrix, The number of elements in each centroid (Considering the greater membership value of Ui) A matix containing the membership U The iteration number of clustering

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages