summaryrefslogtreecommitdiff
path: root/utils/feature_vector.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-04-21 18:06:31 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-04-21 18:06:31 -0400
commit5061409a26050b9a4724b50b30d66d3c3a583951 (patch)
treebe91d2c2f5c99814643befb2890f71551ba10fc5 /utils/feature_vector.h
parentc224922dc04a2fa8467e2a8b20f42e3f0006e676 (diff)
adding functionality to fast_sparse_vector, getting ready for transition to it
Diffstat (limited to 'utils/feature_vector.h')
-rwxr-xr-xutils/feature_vector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/feature_vector.h b/utils/feature_vector.h
index be378a6a..733aa99e 100755
--- a/utils/feature_vector.h
+++ b/utils/feature_vector.h
@@ -6,7 +6,6 @@
#include "fdict.h"
typedef double Featval;
-typedef SparseVectorList<Featval> FeatureVectorList;
typedef SparseVector<Featval> FeatureVector;
typedef SparseVector<Featval> WeightVector;
typedef std::vector<Featval> DenseWeightVector;