verify.train {r2pmml} | R Documentation |
Enhances a "train" object with verification data.
Description
Enhances a "train" object with verification data.
Usage
## S3 method for class '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. |
[Package r2pmml version 0.28.0 Index]