diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-04-21 18:06:31 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-04-21 18:06:31 -0400 |
commit | b6634dff2cd515d9e6f95416512db893a08bde29 (patch) | |
tree | 02730df750245ef3d101deb469d0e10109b7d6f5 /utils/feature_vector.h | |
parent | 282bc08647eb6856f798da0c64dd67530e02842a (diff) |
adding functionality to fast_sparse_vector, getting ready for transition to it
Diffstat (limited to 'utils/feature_vector.h')
-rwxr-xr-x | utils/feature_vector.h | 1 |
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; |