フィルターのクリア

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 Center および File ExchangeSequence 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