PLearn 0.1
Public Member Functions | Public Attributes
PLearn::wordAndFreq Class Reference

Used to sort words according to frequency, when determining candidates. More...

Collaboration diagram for PLearn::wordAndFreq:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 wordAndFreq (int wt, int f)

Public Attributes

int wordtag
int frequency

Detailed Description

Used to sort words according to frequency, when determining candidates.

Definition at line 70 of file NnlmOnlineLearner.cc.


Constructor & Destructor Documentation

PLearn::wordAndFreq::wordAndFreq ( int  wt,
int  f 
) [inline]

Definition at line 72 of file NnlmOnlineLearner.cc.

: wordtag(wt), frequency(f){};

Member Data Documentation

Definition at line 74 of file NnlmOnlineLearner.cc.

Referenced by PLearn::wordAndFreqGT().

Definition at line 72 of file NnlmOnlineLearner.cc.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines