Changeset 1447 for trunk/yat/normalization/QuantileNormalizer.h
- Timestamp:
- Aug 28, 2008, 4:56:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalization/QuantileNormalizer.h
r1445 r1447 45 45 within a column is preserved in the normalization. 46 46 */ 47 void operator()(utility::Matrix& matrix) const; 47 void operator()(const utility::Matrix& matrix, 48 utility::Matrix& result) const; 48 49 }; 49 50
Note: See TracChangeset
for help on using the changeset viewer.