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