Learn R Programming

daltoolbox (version 1.2.747)

dal_learner: DAL Learner (base class)

Description

Base ancestor for learning tasks (classification, regression, clustering, time series). Provides common behavior such as proxying action() to the model‑specific operation (e.g., predict() for predictors, cluster() for clusterers) and an evaluate() generic.

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

Usage

dal_learner()

Arguments

Value

returns a learner object

Examples

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

Run the code above in your browser using DataLab