Effacer les filtres
Effacer les filtres

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

6 vues (au cours des 30 derniers jours)
Could anyone please explain how is the coefficient 'R' computed for regression plots in neural network toolbox...and is it known as 'Correlation Coefficient'

Réponse acceptée

Greg Heath
Greg Heath le 16 Mar 2014
t = target
y = output
Cyt = corrcoef(y,t)
R = Cyt(2,1)

Plus de réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by