필터 지우기
필터 지우기

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

조회 수: 6 (최근 30일)
Could anyone please explain how is the coefficient 'R' computed for regression plots in neural network toolbox...and is it known as 'Correlation Coefficient'

채택된 답변

Greg Heath
Greg Heath 2014년 3월 16일
t = target
y = output
Cyt = corrcoef(y,t)
R = Cyt(2,1)

추가 답변 (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