Learn R Programming

daltoolbox (version 1.1.727)

predictor: 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()

Arguments

Value

returns a predictor 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