Public Attributes | List of all members
WireCell::Ress::Params Struct Reference

#include <Ress.h>

Public Attributes

Model model = elnet
 
double lambda = 1.0
 
int max_iter = 100000
 
double tolerance = 1e-3
 
bool non_negative = true
 
double alpha = 1.0
 

Detailed Description

Definition at line 21 of file Ress.h.

Member Data Documentation

double WireCell::Ress::Params::alpha = 1.0

Definition at line 27 of file Ress.h.

double WireCell::Ress::Params::lambda = 1.0

Definition at line 23 of file Ress.h.

int WireCell::Ress::Params::max_iter = 100000

Definition at line 24 of file Ress.h.

Model WireCell::Ress::Params::model = elnet

Definition at line 22 of file Ress.h.

bool WireCell::Ress::Params::non_negative = true

Definition at line 26 of file Ress.h.

double WireCell::Ress::Params::tolerance = 1e-3

Definition at line 25 of file Ress.h.


The documentation for this struct was generated from the following file: