run_validation_tests.integer {recorder} | R Documentation |
Run Validation Tests on Integer
Description
Runs a set of validation tests on a integer
in new data. These tests
are based on statistics and meta data of the same variable recorded
(with record
) from the training data.
Usage
## S3 method for class 'integer'
run_validation_tests(x, parameters, ...)
Arguments
x |
|
parameters |
|
... |
further arguments passed to or from other methods. Not used at the moment. |
Value
list
results from validation tests.
[Package recorder version 0.8.2 Index]