Learn R Programming

daltoolbox (version 1.1.727)

regression: 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)

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