#include <SmoothedProbSparseMatrix.h>
Inheritance diagram for PLearn::ComplementedProbSparseMatrix:
Public Member Functions | |
void | complement (ProbSparseMatrix &nXY, bool clear_nXY=false) |
real | get (int i, int j) |
bool | checkCondProbIntegrity () |
Protected Attributes | |
real | grandSum |
Vec | rowSum |
Vec | columnSum |
|
Reimplemented from PLearn::ProbSparseMatrix. Definition at line 468 of file SmoothedProbSparseMatrix.cc. References ROW_WISE, and PLearn::sum(). |
|
|
Reimplemented from PLearn::DoubleAccessSparseMatrix< real >. Definition at line 442 of file SmoothedProbSparseMatrix.cc. References columnSum, grandSum, PLERROR, ROW_WISE, and rowSum. |
|
Definition at line 83 of file SmoothedProbSparseMatrix.h. Referenced by complement(), and get(). |
|
Definition at line 81 of file SmoothedProbSparseMatrix.h. Referenced by complement(), and get(). |
|
Definition at line 82 of file SmoothedProbSparseMatrix.h. Referenced by complement(), and get(). |