Generating Training data Matrix for ANFIS in prediction application
조회 수: 1 (최근 30일)
이전 댓글 표시
I am going to use ANFIS for prediction in Multi-input application. I checked lots of examples but all use this type of Training Matrix that is for single-input system:
Training Matrix=[ x(t-3T) x(t-2T) x(t-T) x(t) x(t+T) ]
is there anybody that can help me to generate above matrix for Multi-input system?
your guidance is highly appreciated in advance.
댓글 수: 0
답변 (1개)
Win co
2012년 4월 26일
Hi, I don't understant why you said the training matrix is for single-input system. In fact, the matrix you gave has 4 first columns which are the input of ANFIS, so we have 4 inputs, and the last column correspond to the single-ouput. This 4-input and 1-output ANFIS model is presented in many scientific articles in time-serie prediction. Winn
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!