Community Profile

photo

Neeraja


Last seen: 9 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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...

10 months ago | 1 answer | 0

1

answer

Answered
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...

11 months ago | 1

Answered
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 year ago | 0