PLearn 0.1
|
Used to sort words according to probability. More...
Public Member Functions | |
wordAndProb (int wt, double p) | |
Public Attributes | |
int | wordtag |
double | probability |
Used to sort words according to probability.
Definition at line 56 of file NnlmOutputLayer.cc.
PLearn::wordAndProb::wordAndProb | ( | int | wt, |
double | p | ||
) | [inline] |
Definition at line 58 of file NnlmOutputLayer.cc.
: wordtag(wt), probability(p){};
Definition at line 60 of file NnlmOutputLayer.cc.
Referenced by PLearn::wordAndProbGT().
Definition at line 58 of file NnlmOutputLayer.cc.