Does the nprtool normalize inputs for you, or do you have to normalize the inputs before importing them?

1 次查看(过去 30 天)
Hi
I have a question about the nprtool GUI.
Is it necessary to normalize the inputs before importing them into the tool? or does the tool normalize the inputs for you?
The tool gives you the option to load example data sets, such as iris flowers, wine vintage, types of glass and breast cancer.
The inputs to some of these example data sets do not appear to be normalized. Or are they? I can' tell.
Many thanks
John

回答(1 个)

Greg Heath
Greg Heath 2012-8-1
编辑:Greg Heath 2012-8-1
Typically, input and target data need to be normalized.
To check for normalization calculate the summary statistics
minmax(input) % Check for identical mins and maxes
mean(input,2) % Check for zero means
std(input,0,2) % Ckeck for unit standard deviations
Hope this helps.
Greg

类别

Help CenterFile Exchange 中查找有关 Biotech and Pharmaceutical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by