PLearn 0.1
Public Member Functions | Public Attributes
freqCount Class Reference
Collaboration diagram for freqCount:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 freqCount (int wt, unsigned long int c)

Public Attributes

int wordtag
unsigned long int count

Detailed Description

Definition at line 64 of file StructuralLearner.cc.


Constructor & Destructor Documentation

freqCount::freqCount ( int  wt,
unsigned long int  c 
) [inline]

Definition at line 67 of file StructuralLearner.cc.

: wordtag(wt), count(c){};

Member Data Documentation

unsigned long int freqCount::count

Definition at line 69 of file StructuralLearner.cc.

Referenced by freqCountGT().

Definition at line 67 of file StructuralLearner.cc.


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