Multivariate Point Process Package  0.1
Public Attributes | List of all members
PlainTerminating::OPTION Struct Reference

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
 

Detailed Description

Options used to configure the fitting of the terminating point process.

Definition at line 73 of file PlainTerminating.h.

Member Data Documentation

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.


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