Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
Could anyone please explain how is the coefficient 'R' computed for regression plots in neural network toolbox...and is it known as 'Correlation Coefficient'

Respuesta aceptada

Greg Heath
Greg Heath el 16 de Mzo. de 2014
t = target
y = output
Cyt = corrcoef(y,t)
R = Cyt(2,1)

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by