Regression tree

The general regression tree building methodology allows input variables to be a mixture of continuous and categorical variables. A decision tree is generated when each decision node in the tree contains a test on some input variable's value. The terminal nodes of the tree contain the predicted output variable values.

  • regression_tree.txt
  • Last modified: 2024/06/07 02:59
  • by 127.0.0.1