PLearn 0.1
Classes | Namespaces | Defines | Functions
GaussMix.cc File Reference
#include "GaussMix.h"
#include <limits>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/prim_minimum_spanning_tree.hpp>
#include <plearn/io/load_and_save.h>
#include <plearn/math/Cholesky_utils.h>
#include <plearn/math/pl_erf.h>
#include <plearn/math/plapack.h>
#include <plearn/vmat/ConcatColumnsVMatrix.h>
#include <plearn/vmat/FileVMatrix.h>
#include <plearn/vmat/MemoryVMatrix.h>
#include <plearn/vmat/ReorderByMissingVMatrix.h>
#include <plearn/vmat/SubVMatrix.h>
#include <plearn/vmat/VMat_basic_stats.h>
Include dependency graph for GaussMix.cc:

Go to the source code of this file.

Classes

struct  PLearn::MissingFlag
struct  PLearn::NoProperty

Namespaces

namespace  PLearn
 

< for swap


Defines

#define TYPE_UNKNOWN   0
#define TYPE_SPHERICAL   1
#define TYPE_DIAGONAL   2
#define TYPE_GENERAL   3

Functions

void PLearn::create_list (const TVec< int > &parent_, const TVec< TVec< int > > &children_, TVec< int > &nodes_, TVec< bool > &use_previous_, TVec< bool > &can_free_, int current_, bool cur_use_prev, bool cur_can_free)

Detailed Description

Definition in file GaussMix.cc.


Define Documentation

#define TYPE_DIAGONAL   2
#define TYPE_GENERAL   3
#define TYPE_SPHERICAL   1
#define TYPE_UNKNOWN   0

Definition at line 65 of file GaussMix.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines