regression: Regression

View source: R/reg_regression.R

regressionR 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

daltoolbox documentation built on Nov. 3, 2024, 9:06 a.m.