Learn R Programming

daltoolbox (version 1.2.747)

regression: Regression base class

Description

Ancestor class for regression models. Stores the target attribute and provides common evaluation metrics.

Usage

regression(attribute)

Value

returns a regression object

Arguments

attribute

attribute target to model building

Examples

Run this code
#See ?reg_dtree for a regression example using a decision tree

Run the code above in your browser using DataLab