Learn R Programming

WpProj (version 0.2.1)

L0_method_options: 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,
  ...
)

Value

a named list corresponding to the above arguments

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

Examples

Run this code
L0_method_options()

Run the code above in your browser using DataLab