From 520e03c12ffb6da89a66ecf9b9e46eeb3a3c8087 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Tue, 3 May 2011 01:02:45 -0400 Subject: weight setting bug --- decoder/ff.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'decoder/ff.h') diff --git a/decoder/ff.h b/decoder/ff.h index 89b8b067..c3aa9b6d 100644 --- a/decoder/ff.h +++ b/decoder/ff.h @@ -264,6 +264,9 @@ class ModelSet { ModelSet(const std::vector& weights, const std::vector& models); + // TODO stop stupid copy + void SetWeights(const std::vector& w) { weights_ = w; } + // sets edge->feature_values_ and edge->edge_prob_ // NOTE: edge must not necessarily be in hg.edges_ but its TAIL nodes // must be. edge features are supposed to be overwritten, not added to (possibly because rule features aren't in ModelSet so need to be left alone -- cgit v1.2.3