What is the fourth array element denotes (specified as NaN in code below) in the input to fcm function of matlab 2019?
Show older comments
c = 3;
m = 2.0;
iter = 20;
minImp = 0.00001;
[centers U] = fcm(data,c,[m,iter,minImp,NaN])
1 Comment
NALLARASU KRISH
on 24 Feb 2024
Accepted Answer
More Answers (0)
Categories
Find more on Hierarchical Clustering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!