diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-09-17 01:09:01 +0100 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-09-17 01:09:01 +0100 |
commit | 14d75abcb764b3185473b6868055736946822575 (patch) | |
tree | 84bc33e938a63f4077f63b62e52847ea7038446a /utils | |
parent | ed2b1ce7181fb21d2363b0d5ce04d7fa52aef0fa (diff) | |
parent | 33a891dbaf7c77e822f4692c9ac4056f5b29e88c (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/feature_vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/feature_vector.h b/utils/feature_vector.h index 733aa99e..a7b61a66 100755 --- a/utils/feature_vector.h +++ b/utils/feature_vector.h @@ -3,9 +3,9 @@ #include <vector> #include "sparse_vector.h" -#include "fdict.h" +#include "weights.h" -typedef double Featval; +typedef weight_t Featval; typedef SparseVector<Featval> FeatureVector; typedef SparseVector<Featval> WeightVector; typedef std::vector<Featval> DenseWeightVector; |