powered by
Options For Use With the L0 Method
L0_method_options( method = c("binary program", "projection"), transport.method = transport_options(), epsilon = 0.05, OTmaxit = 100, parallel = NULL, ... )
a named list corresponding to the above arguments
Should covariates be selected as an approximate "binary program" or should a projection method be used. Default is the approximate binary program.
Method for Wasserstein distance calculation. Should be one the outputs of transport_options().
transport_options()
A value > 0 for the penalty parameter if using the Sinkhorn method for optimal transport
The number of iterations to run the Wasserstein distance solvers.
A cluster backend to be used by foreach::foreach() if parallelization is desired.
foreach::foreach()
Not used
L0_method_options()
Run the code above in your browser using DataLab