Learn R Programming

daltoolbox (version 1.1.727)

dal_learner: DAL Learner

Description

A ancestor class for clustering, classification, regression, and time series regression. It also provides the basis for specialized evaluation of learning performance.

An example of a learner is a decision tree (cla_dtree)

Usage

dal_learner()

Arguments

Value

returns a learner

Examples

Run this code
#See ?cla_dtree for a classification example using a decision tree

Run the code above in your browser using DataLab