DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <fista.h>
Public Member Functions | |
virtual void | dummy () |
TreeMult (const ParamReg< T > ¶m) | |
virtual | ~TreeMult () |
Public Member Functions inherited from spams::FISTA::SpecGraphMat< T > | |
T | eval (const Matrix< T > &X) const |
void | fenchel (const Matrix< T > &input, T &val, T &scal) const |
virtual bool | is_fenchel () const |
void | prox (const Matrix< T > &x, Matrix< T > &y, const T lambda) |
void | reset () |
SpecGraphMat (const ParamReg< T > ¶m) | |
virtual | ~SpecGraphMat () |
Public Member Functions inherited from spams::FISTA::Regularizer< T, Matrix< T > > | |
virtual T | eval_dual_norm (const Matrix< T > &x) const |
virtual T | eval_dual_norm_paths (const Matrix< T > &x, SpMatrix< T > &path) const |
virtual T | eval_paths (const Matrix< T > &x, SpMatrix< T > &paths_mat) const |
virtual bool | is_intercept () const |
virtual bool | is_subgrad () const |
Regularizer () | |
Regularizer (const ParamReg< T > ¶m) | |
virtual void | sub_grad (const Matrix< T > &input, Matrix< T > &output) const |
virtual | ~Regularizer () |
Additional Inherited Members | |
Protected Attributes inherited from spams::FISTA::SpecGraphMat< T > | |
GraphLasso< T > * | _graphlasso |
Protected Attributes inherited from spams::FISTA::Regularizer< T, Matrix< T > > | |
bool | _intercept |
bool | _pos |
|
inline |
Definition at line 2367 of file fista.h.
References spams::GraphStruct< T >::gg_ir, spams::GraphStruct< T >::gg_jc, spams::FISTA::ParamReg< T >::graph_st, spams::TreeStruct< T >::groups_ir, spams::TreeStruct< T >::groups_jc, spams::GraphStruct< T >::gv_ir, spams::GraphStruct< T >::gv_jc, spams::FISTA::ParamReg< T >::intercept, spams::FISTA::ParamReg< T >::lambda2d1, spams::TreeStruct< T >::N_own_variables, spams::GraphStruct< T >::Ng, spams::TreeStruct< T >::Ng, spams::FISTA::ParamReg< T >::num_cols, spams::GraphStruct< T >::Nv, spams::TreeStruct< T >::Nv, spams::TreeStruct< T >::own_variables, spams::FISTA::ParamReg< T >::tree_st, spams::GraphStruct< T >::weights, and spams::TreeStruct< T >::weights.
|
inlinevirtual |
|
inlinevirtual |
Implements spams::FISTA::SpecGraphMat< T >.