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:
Diffstat (limited to 'mira/Perceptron.cpp')
-rw-r--r--[-rwxr-xr-x]mira/Perceptron.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mira/Perceptron.cpp b/mira/Perceptron.cpp
index 409d2ba34..569a83216 100755..100644
--- a/mira/Perceptron.cpp
+++ b/mira/Perceptron.cpp
@@ -25,7 +25,6 @@ using namespace std;
namespace Mira {
size_t Perceptron::updateWeightsHopeFear(
- ScoreComponentCollection& currWeights,
ScoreComponentCollection& weightUpdate,
const vector< vector<ScoreComponentCollection> >& featureValuesHope,
const vector< vector<ScoreComponentCollection> >& featureValuesFear,