Feeds
提问
Help with the coding please
I have a an input matrix X [231x7] and a weight matrix;w [231x1]. Please help me to code that would calculate the output accor...
12 years 前 | 1 个回答 | 0
1
个回答提问
Please help me with this error....
*__Error using eikos_getResponseData (line 14) Error using vertcat CAT arguments dimensions are not consistent.__* The code...
12 years 前 | 1 个回答 | 0
1
个回答提问
Help with the loading of anfis and rvm model
I am trying to carry out sensitivity analysis for anfis and rvm models using eikos software. How do I upload the models which a...
12 years 前 | 0 个回答 | 0
0
个回答提问
How to reverse data normalized with bsx function
I used the code below to normalise the targets to perform RVM regression. mn1 = mean(yTest); sd1 = std(yTest); sd1(sd1==0) ...
13 years 前 | 1 个回答 | 0
