Learn R Programming

r2pmml (version 0.31.0)

verify.train: Enhances a "train" object with verification data.

Description

Enhances a "train" object with verification data.

Usage

# S3 method for train
verify(x, newdata, precision = 1e-13, zeroThreshold = 1e-13, ...)

Arguments

x

A "train" object.

newdata

The verification dataset.

precision

Maximal relative error.

zeroThreshold

Maximal absolute error near the zero value.

...

Arguments to pass on to the "predict.train" method.