L0_method_options {WpProj}R Documentation

Options For Use With the L0 Method

Description

Options For Use With the L0 Method

Usage

L0_method_options(
  method = c("binary program", "projection"),
  transport.method = transport_options(),
  epsilon = 0.05,
  OTmaxit = 100,
  parallel = NULL,
  ...
)

Arguments

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 transport_options().

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 foreach::foreach() if parallelization is desired.

...

Not used

Value

a named list corresponding to the above arguments

Examples

L0_method_options()

[Package WpProj version 0.2.1 Index]