Package: fcmfd 0.1.1

José Ortigas
fcmfd: Fuzzy C-Means for Fuzzy Data
Implements a fuzzy clustering approach for ordinal Likert-type data using triangular fuzzy numbers (TFNs). The package extends the classical fuzzy C-means algorithm to better handle uncertainty in ordinal scales and includes automatic selection of the number of clusters using the Xie-Beni validity index. References: Coppi, R., D'Urso, P., and Giordani, P. (2012), "Fuzzy and possibilistic clustering for fuzzy data", <doi:10.1016/j.csda.2010.09.013>. Xie, X. L. and Beni, G. (1991), "A validity measure for fuzzy clustering", <doi:10.1109/34.85677>.
Authors:
fcmfd_0.1.1.tar.gz
fcmfd_0.1.1.tar.gz(r-4.7-any)fcmfd_0.1.1.tar.gz(r-4.6-any)
fcmfd_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
fcmfd/json (API)
NEWS
| # Install 'fcmfd' in R: |
| install.packages('fcmfd', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- sim_likert_0_10 - Simulated Likert Data
- sim_likert7 - Simulated Likert 1–7 Survey Dataset
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:62465c786f. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 170 | ||
| source / vignettes | OK | 197 | ||
| linux-release-x86_64 | OK | 169 | ||
| wasm-release | OK | 96 |
Exports:cluster_assignmentfcmTFNmembershipplot_dictionaryplot_prototypesplot_xbprint_fcmTFNprototype_matrix
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Hard Cluster Assignment | cluster_assignment |
| Fuzzy C-Means Clustering for Triangular Fuzzy Numbers | fcmTFN |
| Extract Membership Matrix | membership |
| Plot Fuzzy Dictionary | plot_dictionary |
| Plot Cluster Prototypes | plot_prototypes |
| Plot Xie-Beni Index | plot_xb |
| Print Method for fcmTFN Objects | print_fcmTFN |
| Prototype Matrix Extraction | prototype_matrix |
| Simulated Likert Data (0–10 Scale) | sim_likert_0_10 |
| Simulated Likert 1–7 Survey Dataset | sim_likert7 |
| Summary for fcmTFN Objects | summary.fcmTFN |