please i would like to know if its possible in Matlab to develop a regression model with one preditor variable and two response variable
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to develop a machine learning algorithm that can take the porosity(predictor variable)of a lattice structure as input and predict the strut thickness(response variable) and the lattice length(response variable) of the lattice structure. so in all i have two response variables and one predictor variable. So i would like to know the best approach for me to tackle this my problem.
0 comentarios
Respuestas (1)
Torsten
el 12 de Abr. de 2024
Movida: Torsten
el 12 de Abr. de 2024
Are the two responses (strut thickness and lattice length) intercorrelated ? If not, why not making two regression models: one that predicts strut thickness from porosity, the other that predicts lattics length from porosity.
0 comentarios
Ver también
Categorías
Más información sobre Linear Regression 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!