PLearn 0.1
Classes | Namespaces | Defines | Typedefs | Functions
ProbabilitySparseMatrix.h File Reference
#include <plearn/math/RowMapSparseMatrix.h>
#include <plearn/base/Object.h>
#include "Set.h"
Include dependency graph for ProbabilitySparseMatrix.h:

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, realPLearn::SparseVec
typedef const map< int, realPLearn::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 Documentation

#define NUMWIDTH   10

Definition at line 8 of file ProbabilitySparseMatrix.h.

Referenced by PLearn::operator<<(), and PLearn::print().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines