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