Error using genfis function in Grid Partitioning

9 visualizaciones (últimos 30 días)
Hello guys,
I am trying to conduct a Time Series Prediction using ANFIS.
When I use the genfis function, I get the following error when I work with both Grid Partitioning and Substractive Clustering FIS:
Error using genfis>validateXin (line 90)
Expected Xin to be finite.
Error in genfis (line 49)
validateXin(Xin);
My input is formed by 8 variables with 52584 observations each. I have read that this error may be caused by lack of memory in the computer.
I would highly appreciate it if anyone knew if the problem may be caused by something else, or how could I solve it. I am learning to use Fuzzy Logic in Matlab and I would be grateful for any help.
I have the Fuzzy Logic Designer and Neuro-Fuzzy Designer Toolboxes.
Many thanks,
Natalia

Respuesta aceptada

Dhananjay Kumar
Dhananjay Kumar el 31 de Mzo. de 2020
Check with this function to check if the issue is related to the data: mustBeFinite
  3 comentarios
Dhananjay Kumar
Dhananjay Kumar el 1 de Abr. de 2020
Hi Natalia,
You can check the finiteness with mustBeFinite function like this:
>> a = mustBeFinite(Inputs)
Then value of a will be either true or false depending on the data in the Inputs.
NATALIA ARREGUI GONZALEZ
NATALIA ARREGUI GONZALEZ el 3 de Abr. de 2020
Many thanks for your help, this worked.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by