About

The multi-response linear regression method is a non-linear methods that build trees of linear models.

Representation

Model tree:

  • Each leaf has a linear regression model

How it will choose the node?

  • The Multi-response linear regression method will choose the class of an instance according to whichever of the three regression formulae produces the largest output. Ie the correlation coefficient is much smaller than for the others.

Non Linear Model Tree

Implementation

Weka

Tree > m5p