photo

Neeraja


Last seen: 12ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


Problem with HDL code generation of Regression Ensemble Predict block using Simulink and HDL coder
Hi, I am trying to compare the performance of ANN vs Gradient boost algorithm to predict response. I am using RegressionEnsem...

約1年 前 | 1 件の回答 | 0

1

回答

回答済み
Simulink Model for Trained Regression Model Throws "Not Enough Input Arguments" Error
Hi Dhanushya, as @Rohit said, I too was able to see the predicted output for Xtest. So the function is working. I wanted to...

約1年 前 | 1

回答済み
How do I find the indices of the maximum (or minimum) value of my matrix?
Using find function together with min works very well. A=randi(20,5) [I,J] = find(A==min(A(:))) B=magic(5) [row,column]=find...

1年以上 前 | 0