predict_rpart: Predict using a fitted decision tree

Description Usage Arguments Value Author(s)

View source: R/rpart.r

Description

Predict using a fitted decision tree

Usage

1
predict_rpart(object, x)

Arguments

object

Fitted decision tree.

x

New data whose response is to be predicted.

Value

Predictions. The exact form depends on the type of application (classification or regression)

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_rpart in emil...