フィルターのクリア

No change in number of iteration in FCM() method for clustering

1 回表示 (過去 30 日間)
LOKESH
LOKESH 2016 年 3 月 27 日
編集済み: Walter Roberson 2016 年 3 月 27 日
i used following code for fcm but even i change number of iteration i get only 23-25 iteration and no change in OF. Further even if change the "minimum amount of improvement" from 0.1 to 0.001 there is no change in iteration number in result or OF. Suggest any answers
options = [NaN 100 0.001 1];
[centers,U,objFun] = fcm(bupa,2,options);

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by