L0_method_options | R Documentation |
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,
...
)
method |
Should covariates be selected as an approximate "binary program" or should a projection method be used. Default is the approximate binary program. |
transport.method |
Method for Wasserstein distance calculation. Should be one the outputs of |
epsilon |
A value > 0 for the penalty parameter if using the Sinkhorn method for optimal transport |
OTmaxit |
The number of iterations to run the Wasserstein distance solvers. |
parallel |
A cluster backend to be used by |
... |
Not used |
a named list corresponding to the above arguments
L0_method_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.