Sugeno_type ANFIS linear Parameters extraction
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I used a sugeno-type ANFIS model for prediction. Pls how do I get the linear parameters. What I mean is the linear parameters of the consequent part (output) that is f=p1x+p2y+r I want to know the values of p1,p2 and r
Thanks
1 comentario
Ibrahim A. Hameed
el 18 de Mzo. de 2018
to disply rules use: showrule(fis,'RuleIndex',ruleIndex) to display parameters of this rule use: fis.output.mf(ruleIndex).params
Respuestas (0)
Ver también
Categorías
Más información sobre System Identification Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!