필터 지우기
필터 지우기

How can I determine mean, standard deviation, minimum and maximum value of each type input and output in training, testing and validation data set, If i consider divide it randomly?

조회 수: 2 (최근 30일)
How can I determine mean, standard deviation, minimum and maximum value of each type input and output in training, testing and validation data set, If i consider Dividerand?

채택된 답변

Greg Heath
Greg Heath 2017년 5월 12일
편집: Greg Heath 2017년 5월 12일
[ net tr y e ] = train(net,x,t);
Obtain trnind, valind and tstind from tr. To see how to do this, just
type, without the ending semicolon,
tr = tr
Hope this helps,
Greg
Thank you for formally accepting my answer
Greg
  댓글 수: 5
Greg Heath
Greg Heath 2017년 6월 1일
Reread my instructions:
The trn/val/tst indices are in the training record tr. Therefore, use the command
tr = tr
and the rest will follow!
Greg
grytan sarkar
grytan sarkar 2017년 6월 1일
Thank you I got it. However how can I determine the standard deviation of inputs or outputs? std(tainInd) doest not work. Please suggest.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by