Changeset 3321 for branches/0.12-stable/test/normalization.cc
- Timestamp:
- Sep 19, 2014, 8:59:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.12-stable/test/normalization.cc
r2919 r3321 3 3 /* 4 4 Copyright (C) 2008, 2009 Jari Häkkinen, Peter Johansson 5 Copyright (C) 2010, 2012 Peter Johansson5 Copyright (C) 2010, 2012, 2014 Peter Johansson 6 6 7 7 This file is part of the yat library, http://dev.thep.lu.se/yat … … 289 289 { 290 290 suite.err() << "Testing QuantileNormalizer\n"; 291 292 291 utility::Matrix m(2,2); 293 292 m(0,0) = 0; … … 305 304 suite.err() << "Testing m(1,1)\n"; 306 305 suite.add(suite.equal(m(1,1), 2)); 306 307 // testing with landscape-shaped data matrix 308 m.resize(2, 10); 309 qn(m, m); 307 310 } 308 311
Note: See TracChangeset
for help on using the changeset viewer.