Unused code

This commit is contained in:
Barry Haddow 2014-07-24 16:20:49 +01:00
parent 2f31485c29
commit d43f0e40fe

View File

@ -448,9 +448,10 @@ public:
return m_allWeights.GetScoresForProducer(sp);
}
/*
float GetSparseWeight(const FName& featureName) const {
return m_allWeights.GetSparseWeight(featureName);
}
}*/
//Weights for feature with fixed number of values
void SetWeights(const FeatureFunction* sp, const std::vector<float>& weights);