photo

Neeraja


Last seen: 12 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

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

circa un anno fa | 1

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

oltre un anno fa | 0