Michael Bamidele
Followers: 0 Following: 0
Feeds
提问
Error using randsample (line 89) W must have length 3.
function [fuzzy_rules, pheromone] = aco_fuzzy_rules(X, y, num_rules, num_ants, max_iter, alpha, beta, rho, Q) num_features ...
6 months 前 | 1 个回答 | 0
1
个回答提问
Error using FuzzyInferenceSystem/addOutput (line 866) Upper range value for variable must be greater than lower range value. Error in rulepruning (line 24) fis = addOutput(fi
% Create a sample FIS % fis = mamfis('tipper'); % fis = mamfis("NumInputs",3,"NumOutputs",1) fis = mamfis('Name',"tipper"); ...
6 months 前 | 1 个回答 | 0