summaryrefslogtreecommitdiff
path: root/utils/feature_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/feature_vector.h')
-rwxr-xr-xutils/feature_vector.h4
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;