PLearn 0.1
Classes | Namespaces | Defines | Functions
StructuralLearner.cc File Reference
#include "StructuralLearner.h"
#include <plearn/math/plapack.h>
#include <plearn/math/random.h>
#include <map>
#include <vector>
#include <algorithm>
Include dependency graph for StructuralLearner.cc:

Go to the source code of this file.

Classes

class  freqCount

Namespaces

namespace  PLearn
 

< for swap


Defines

#define USE_PA_DEBUG
#define PA_DEBUG(x)   x

Functions

bool freqCountGT (const freqCount &a, const freqCount &b)

Detailed Description

Definition in file StructuralLearner.cc.


Define Documentation

#define PA_DEBUG (   x)    x

Definition at line 56 of file StructuralLearner.cc.

Referenced by PLearn::StructuralLearner::test().

#define USE_PA_DEBUG

Definition at line 53 of file StructuralLearner.cc.


Function Documentation

bool freqCountGT ( const freqCount a,
const freqCount b 
)

Definition at line 72 of file StructuralLearner.cc.

References freqCount::count.

Referenced by PLearn::StructuralLearner::initWordProblemsStructures().

{
    return a.count > b.count;
}

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines