Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfouet <jfouet@1f5c12ca-751b-0410-a591-d2e778427230>2008-05-15 18:17:34 +0400
committerjfouet <jfouet@1f5c12ca-751b-0410-a591-d2e778427230>2008-05-15 18:17:34 +0400
commitb0ee845d7edaffaf350d5ff7c6c52f520e1b3a1f (patch)
treee625c9a1a98f30b5dc891265c4cecf993c2b8529 /mert/Point.h
parent777ea5f754f30ce7a11dc29b7608ba6ec7ced466 (diff)
various small fixes
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1702 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'mert/Point.h')
-rw-r--r--mert/Point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/Point.h b/mert/Point.h
index 8dec59e3e..6862e6c14 100644
--- a/mert/Point.h
+++ b/mert/Point.h
@@ -21,6 +21,7 @@ class Point:public vector<lambda>{
static map<unsigned,lambda> fixedweights;
/**total size of the parameter space; we have pdim=FixedWeight.size()+optinidices.size()*/
static unsigned pdim;
+ static unsigned ncall;
public:
static unsigned getdim(){return dim;}
static unsigned getpdim(){return pdim;}