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

Used to sort words according to probability. More...

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

List of all members.

Public Member Functions

 wordAndProb (int wt, double p)

Public Attributes

int wordtag
double probability

Detailed Description

Used to sort words according to probability.

Definition at line 56 of file NnlmOutputLayer.cc.


Constructor & Destructor Documentation

PLearn::wordAndProb::wordAndProb ( int  wt,
double  p 
) [inline]

Definition at line 58 of file NnlmOutputLayer.cc.

: wordtag(wt), probability(p){};

Member Data Documentation

Definition at line 60 of file NnlmOutputLayer.cc.

Referenced by PLearn::wordAndProbGT().

Definition at line 58 of file NnlmOutputLayer.cc.


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