For loop index is too large when learning with anfis
Show older comments
I have data 7×108 for input. And 7x1 for target. When i try to run it, it got "Warning about for loop index is too large. Truncating to 9223372036854775807".
trnData = [input,target];
numMFs = 2;
mfType = 'gbellmf';
fismat = genfis1(trnData,numMFs,mfType);
How i can fix this problem, so i can make it learn with anfis? Thank you
3 Comments
Walter Roberson
on 15 Feb 2018
What is your largest target (value) ? And is your target numeric?
yuto nonoa
on 15 Feb 2018
yuto nonoa
on 15 Feb 2018
Accepted Answer
More Answers (0)
Categories
Find more on Fuzzy Logic Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!