Filter löschen
Filter löschen

How is the coefficient 'R' calculated in regression plots in neural network toolbox?

6 Ansichten (letzte 30 Tage)
Could anyone please explain how is the coefficient 'R' computed for regression plots in neural network toolbox...and is it known as 'Correlation Coefficient'

Akzeptierte Antwort

Greg Heath
Greg Heath am 16 Mär. 2014
t = target
y = output
Cyt = corrcoef(y,t)
R = Cyt(2,1)

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by