What is the fourth array element denotes (specified as NaN in code below) in the input to fcm function of matlab 2019?
Mostrar comentarios más antiguos
c = 3;
m = 2.0;
iter = 20;
minImp = 0.00001;
[centers U] = fcm(data,c,[m,iter,minImp,NaN])
1 comentario
NALLARASU KRISH
el 24 de Feb. de 2024
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Hierarchical Clustering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!