|
PLearn 0.1
|

Go to the source code of this file.
Classes | |
| class | PLearn::ProbabilitySparseMatrix |
Namespaces | |
| namespace | PLearn |
< for swap | |
Defines | |
| #define | NUMWIDTH 10 |
Typedefs | |
| typedef map< int, real > | PLearn::SparseVec |
| typedef const map< int, real > | PLearn::ConstSparseVec |
Functions | |
| void | PLearn::samePos (ProbabilitySparseMatrix &m1, ProbabilitySparseMatrix &m2, string m1name, string m2name) |
| void | PLearn::check_prob (ProbabilitySparseMatrix &pYX, string Yname, string Xname) |
| void | PLearn::check_prob (Set Y, const map< int, real > &pYx) |
| void | PLearn::update (ProbabilitySparseMatrix &pYX, ProbabilitySparseMatrix &nYX) |
| void | PLearn::updateAndClearCounts (ProbabilitySparseMatrix &pYX, ProbabilitySparseMatrix &nYX) |
| ostream & | PLearn::operator<< (ostream &out, ProbabilitySparseMatrix &pyx) |
| void | PLearn::print (ostream &out, ProbabilitySparseMatrix &pyx, Set Y, Set X) |
| void | PLearn::print (ostream &out, RowMapSparseMatrix< real > &m) |
| void | PLearn::print (ostream &out, const map< int, real > &vec, int size) |
| void | PLearn::print (ostream &out, const map< int, real > &vec) |
| void | PLearn::print (ostream &out, const map< int, real > &vec, Set V) |
| #define NUMWIDTH 10 |
Definition at line 8 of file ProbabilitySparseMatrix.h.
Referenced by PLearn::operator<<(), and PLearn::print().
1.7.4