Ignore:
Timestamp:
Mar 19, 2010, 4:30:02 AM (14 years ago)
Author:
Peter
Message:

fixes #543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/FeatureSelector.cc

    r2119 r2223  
    5757  FeatureSelector::get(const MatrixLookupWeighted& matrix)
    5858  {
    59     return MatrixLookupWeighted(matrix, features_, true);
     59    return MatrixLookupWeighted(matrix, features_,
     60                                yat::utility::Index(matrix.columns()));
    6061  }
    6162
Note: See TracChangeset for help on using the changeset viewer.