Multivariate Point Process Package
0.1
|
Options used to configure the fitting of the terminating point process. More...
#include <PlainTerminating.h>
Public Attributes | |
OptMethod | method |
Regularizer | excitation_regularizer |
std::map< RegCoef, double > | coefficients |
Options used to configure the fitting of the terminating point process.
Definition at line 73 of file PlainTerminating.h.
std::map<RegCoef, double> PlainTerminating::OPTION::coefficients |
Regularization coefficients value.
Definition at line 86 of file PlainTerminating.h.
Regularizer PlainTerminating::OPTION::excitation_regularizer |
Type of regularization used for \(\|\mathbf{A}\|\)
Definition at line 82 of file PlainTerminating.h.
OptMethod PlainTerminating::OPTION::method |
Optimization method, which can be SGD or PLBFGS.
Definition at line 78 of file PlainTerminating.h.