Multiple Linear Regression function

2 ビュー (過去 30 日間)
Hayfa R
Hayfa R 2018 年 12 月 10 日
コメント済み: Hayfa R 2018 年 12 月 12 日
Hello,
I need to do a linear regression to predict X (n*1 Matrix) with the 2features (N*2 Matrix), I tried with the function regression but it s not possible with more then a feature is there any other function I can use?

回答 (1 件)

Matt J
Matt J 2018 年 12 月 10 日
Why not
features\X
  1 件のコメント
Hayfa R
Hayfa R 2018 年 12 月 12 日
because, this function is not for multiple LR
if all(size(targets) ~= size(outputs))
error(message('nnet:NNData:TYMismatch'))
end

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by