regression {daltoolbox} | R Documentation |
Regression
Description
Ancestor class for regression problems. This ancestor class is used to define and manage the target attribute for regression tasks.
Usage
regression(attribute)
Arguments
attribute |
attribute target to model building |
Value
returns a regression object
Examples
#See ?reg_dtree for a regression example using a decision tree
[Package daltoolbox version 1.2.727 Index]