predictor: DAL Predict

View source: R/dal_predictor.R

predictorR Documentation

DAL Predict

Description

Ancestor class for regression and classification It provides basis for fit and predict methods. Besides, action method proxies to predict.

An example of learner is a decision tree (cla_dtree)

Usage

predictor()

Value

a predictor object

Examples

#See ?cla_dtree for a classification example using a decision tree

daltoolbox documentation built on May 29, 2024, 1:57 a.m.