transport_control {transportr} | R Documentation |
Set Estimation Parameters
Description
Defines default parameters for estimators in the 'transport' package.
Usage
transport_control(
.learners_folds = NULL,
.bound = 1e+05,
.return_full_fits = FALSE,
.discrete = FALSE,
.info = FALSE
)
Arguments
.learners_folds |
[ |
.bound |
[ |
.return_full_fits |
[ |
.discrete |
[ |
.info |
[ |
Value
A list with parameter values.
Examples
transport_control(.learners_folds = 10)
[Package transportr version 0.1.0 Index]