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:
authorHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
commit6249432407af8730c10bccc7894c0725fcaf5e47 (patch)
tree3ac1f094b9fdc199b04bc5ef209ce00e3596e37d /mert/MiraWeightVector.h
parent59bd7deb4b6b9c4f7b3b7dbb055783528fbc31ca (diff)
beautify
Diffstat (limited to 'mert/MiraWeightVector.h')
-rw-r--r--mert/MiraWeightVector.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/mert/MiraWeightVector.h b/mert/MiraWeightVector.h
index 30f8adfa4..eb27e8a6d 100644
--- a/mert/MiraWeightVector.h
+++ b/mert/MiraWeightVector.h
@@ -17,11 +17,12 @@
namespace MosesTuning
{
-
+
class AvgWeightVector;
-class MiraWeightVector {
+class MiraWeightVector
+{
public:
/**
* Constructor, initializes to the zero vector
@@ -91,7 +92,8 @@ private:
/**
* Averaged view of a weight vector
*/
-class AvgWeightVector {
+class AvgWeightVector
+{
public:
AvgWeightVector(const MiraWeightVector& wv);
ValType score(const MiraFeatureVector& fv) const;