Changeset 2223 for trunk/yat/classifier/FeatureSelector.cc
- Timestamp:
- Mar 19, 2010, 4:30:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/FeatureSelector.cc
r2119 r2223 57 57 FeatureSelector::get(const MatrixLookupWeighted& matrix) 58 58 { 59 return MatrixLookupWeighted(matrix, features_, true); 59 return MatrixLookupWeighted(matrix, features_, 60 yat::utility::Index(matrix.columns())); 60 61 } 61 62
Note: See TracChangeset
for help on using the changeset viewer.