Using ANFIS for generating multiple outputs
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to create an ANFIS model for processing 5 inputs and 4 outputs. It is actually a 4-class classification problem, where for each record, one output is 1(which is its class) and the rest are zero. The anfis() function does not support multiple outputs, but the genfis() function can accept multiple outputs (Documentation for genfis: Output data, specified as an M-column array, where M is the number of FIS outputs.). Once I have an initial FIS using genfis subtractive clustering, how do I proceed to train the model and evaluate it on test data?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Fuzzy Logic Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!