Multiple Linear Regression function

2 visualizaciones (últimos 30 días)
Hayfa R
Hayfa R el 10 de Dic. de 2018
Comentada: Hayfa R el 12 de Dic. de 2018
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?

Respuestas (1)

Matt J
Matt J el 10 de Dic. de 2018
Why not
features\X
  1 comentario
Hayfa R
Hayfa R el 12 de Dic. de 2018
because, this function is not for multiple LR
if all(size(targets) ~= size(outputs))
error(message('nnet:NNData:TYMismatch'))
end

Iniciar sesión para comentar.

Categorías

Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by