#include <ProbSparseMatrix.h>
Inheritance diagram for PLearn::ProbSparseMatrix:
Public Member Functions | |
ProbSparseMatrix (int n_rows=0, int n_cols=0, string name="pXY", int mode=ROW_WISE, bool double_access=false) | |
void | incr (int i, int j, real inc=1.0, bool warning=true) |
void | set (int i, int j, real value, bool warning=true) |
bool | checkCondProbIntegrity () |
bool | checkJointProbIntegrity () |
void | normalizeCond (ProbSparseMatrix &nXY, bool clear_nXY=false) |
void | normalizeJoint (ProbSparseMatrix &nXY, bool clear_nXY=false) |
void | normalizeCond () |
void | normalizeJoint () |
string | getClassName () const |
|
Definition at line 41 of file ProbSparseMatrix.cc. References mode. |
|
Reimplemented in PLearn::SmoothedProbSparseMatrix, and PLearn::ComplementedProbSparseMatrix. Definition at line 59 of file ProbSparseMatrix.cc. References ROW_WISE, and PLearn::sum(). Referenced by PLearn::GraphicalBiText::check_consitency(). |
|
Definition at line 89 of file ProbSparseMatrix.cc. References PLearn::DoubleAccessSparseMatrix< real >::sumOfElements(). |
|
Reimplemented from PLearn::DoubleAccessSparseMatrix< real >. Reimplemented in PLearn::SmoothedProbSparseMatrix. Definition at line 68 of file ProbSparseMatrix.h. |
|
Definition at line 45 of file ProbSparseMatrix.cc. References PLWARNING. Referenced by PLearn::GraphicalBiText::compute_BN_likelihood(), PLearn::GraphicalBiText::compute_likelihood(), PLearn::GraphicalBiText::init(), PLearn::GraphicalBiText::init_WSD(), and PLearn::GraphicalBiText::update_WSD_model(). |
|
Definition at line 140 of file ProbSparseMatrix.cc. References ROW_WISE. |
|
|
Definition at line 214 of file ProbSparseMatrix.cc. References ROW_WISE, and PLearn::DoubleAccessSparseMatrix< real >::sumOfElements(). |
|
|
Definition at line 52 of file ProbSparseMatrix.cc. References PLWARNING. Referenced by PLearn::GraphicalBiText::compute_likelihood(), PLearn::GraphicalBiText::init(), and PLearn::GraphicalBiText::update_WSD_model(). |