Fuzzy C means clustering
1
0
Entering edit mode
@84c315aa
Last seen 3.4 years ago

Dear Sir/Madam ``` I want to perform Fuzzy C means soft clustering, but I am not able to download the Mfuzz form this link (Mfuzz_2.50.0.zip (32- & 64-bit), but it is not working. Can you please send me the link for downloading this software. Second, can you also send me tutorail for this software so I can easily use it. I will thank full to you for your support,

Best regards Hassa

Mfuzz • 529 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 37 minutes ago
United States

In general you would do

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
library(BiocManager)
install("Mfuzz")

If that doesn't work, please send the output from those commands as well as the output from running sessionInfo()

ADD COMMENT

Login before adding your answer.

Traffic: 980 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6