Changeset 1437
- Timestamp:
- Aug 25, 2008, 7:55:00 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 255 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.svndigest/config
r1000 r1437 17 17 # If trac-root is set, svndigest will create anchors to the Trac page. 18 18 # trac-root = http://lev.thep.lu.se/svndigest/ 19 trac-root = http:// trac.thep.lu.se/yat/19 trac-root = http://dev.thep.lu.se/yat/ 20 20 -
trunk/AUTHORS
r1275 r1437 12 12 source code revision system. 13 13 14 This file is part of yat library, http:// trac.thep.lu.se/yat14 This file is part of yat library, http://dev.thep.lu.se/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/ChangeLog
r1303 r1437 7 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of yat library, http:// trac.thep.lu.se/yat9 This file is part of yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or … … 25 25 ====================================================================== 26 26 27 27 28 version 0.5: 28 - http://trac.thep.lu.se/yat/log/trunk?rev=HEAD&stop_rev=1277 29 - http://trac.thep.lu.se/yat/query?milestone=0.5&order=id 29 - http://dev.thep.lu.se/yat/log/trunk?rev=HEAD&stop_rev=1277 30 - http://dev.thep.lu.se/yat/query?milestone=0.5&order=id 31 32 version 0.4.2: 33 - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=1435&stop_rev=1302 34 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 30 35 31 36 version 0.4.1: 32 - http:// trac.thep.lu.se/yat/log/branches/0.4-stable?rev=1300&stop_rev=128033 - http:// trac.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id37 - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=1300&stop_rev=1280 38 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 34 39 35 40 version 0.4: 36 - http://trac.thep.lu.se/yat/log/trunk?rev=1276&stop_rev=835 37 - http://trac.thep.lu.se/yat/query?milestone=yat+0.4&order=id 41 - http://dev.thep.lu.se/yat/log/trunk?rev=1278&stop_rev=835 42 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4&order=id 43 -
trunk/Makefile.am
r1413 r1437 9 9 # Copyright (C) 2008 Peter Johansson 10 10 # 11 # This file is part of the yat library, http:// trac.thep.lu.se/yat11 # This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 # 13 13 # The yat library is free software; you can redistribute it and/or -
trunk/NEWS
r1325 r1437 11 11 - config.h is no longer installed 12 12 13 Version 0.4.2 (released 25 August 2008) 14 15 - FileUtil can now handle large files (#378) 16 - x variable is trained in regression::Local::fit() (#423) 17 18 A complete list of closed tickets can be found here [[br]] 19 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2 20 13 21 Version 0.4.1 (released 14 May 2008) 14 22 … … 16 24 17 25 A complete list of closed tickets can be found here [[br]] 18 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.126 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1 19 27 20 28 Version 0.4 (released 11 April 2008) … … 35 43 36 44 A complete list of closed tickets can be found here [[br]] 37 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.445 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4 38 46 39 47 Version 0.3.1 (released 28 April 2007) … … 42 50 43 51 A complete list of closed tickets can be found here [[br]] 44 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.152 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1 45 53 46 54 Version 0.3 (released 9 April 2007) … … 49 57 50 58 A complete list of closed tickets can be found here [[br]] 51 http:// trac.thep.lu.se/yat/query?status=closed&milestone=0.3+%28Public+release%2959 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%29 52 60 53 61 … … 59 67 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 60 68 61 This file is part of yat library, http:// trac.thep.lu.se/yat69 This file is part of yat library, http://dev.thep.lu.se/yat 62 70 63 71 The yat library is free software; you can redistribute it and/or -
trunk/README
r1424 r1437 88 88 89 89 The API documentation for the latest release is availabe in PDF and 90 HTML and can be found through http:// trac.thep.lu.se/yat. If you wish90 HTML and can be found through http://dev.thep.lu.se/yat. If you wish 91 91 to build a local copy, issue `make doc` and you will find the 92 92 documents in directory `doc/`. … … 102 102 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 103 103 104 This file is part of yat library, http:// trac.thep.lu.se/yat104 This file is part of yat library, http://dev.thep.lu.se/yat 105 105 106 106 The yat library is free software; you can redistribute it and/or -
trunk/TODO
r1275 r1437 4 4 Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of yat library, http:// trac.thep.lu.se/yat6 This file is part of yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or … … 25 25 26 26 General information: 27 http:// trac.thep.lu.se/yat/27 http://dev.thep.lu.se/yat/ 28 28 29 29 The road map for the project: 30 http:// trac.thep.lu.se/yat/roadmap30 http://dev.thep.lu.se/yat/roadmap 31 31 32 32 Itemized list of issues: 33 http:// trac.thep.lu.se/yat/query33 http://dev.thep.lu.se/yat/query -
trunk/bootstrap
r1283 r1437 9 9 # Copyright (C) 2008 Peter Johansson 10 10 # 11 # This file is part of the yat library, http:// trac.thep.lu.se/yat11 # This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 # 13 13 # The yat library is free software; you can redistribute it and/or -
trunk/build_support/version.m4
r1321 r1437 53 53 # yat-0.4 1:0:0 54 54 # yat-0.4.1 1:0:0 55 # yat-0.4.2 1:1:0 55 56 # 56 m4_define([LT_VERSION], [1: 0:0])57 m4_define([LT_VERSION], [1:1:0]) 57 58 58 59 -
trunk/configure.ac
r1429 r1437 8 8 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 9 9 # 10 # This file is part of the yat library, http:// trac.thep.lu.se/yat10 # This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 # 12 12 # The yat library is free software; you can redistribute it -
trunk/doc/Makefile.am
r1414 r1437 8 8 # Copyright (C) 2008 Peter Johansson 9 9 # 10 # This file is part of the yat library, http:// trac.thep.lu.se/yat10 # This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 # 12 12 # The yat library is free software; you can redistribute it and/or -
trunk/doc/Statistics.doxygen
r1275 r1437 6 6 // Copyright (C) 2008 Peter Johansson 7 7 // 8 // This file is part of the yat library, http:// trac.thep.lu.se/yat8 // This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 // 10 10 // The yat library is free software; you can redistribute it and/or -
trunk/doc/concepts.doxygen
r1275 r1437 3 3 // Copyright (C) 2008 Peter Johansson, Markus Ringnér 4 4 // 5 // This file is part of the yat library, http:// trac.thep.lu.se/yat5 // This file is part of the yat library, http://dev.thep.lu.se/yat 6 6 // 7 7 // The yat library is free software; you can redistribute it and/or -
trunk/doc/doxygen.config.in
r1414 r1437 6 6 # Copyright (C) 2008 Peter Johansson, Markus Ringnér 7 7 # 8 # This file is part of the yat library, http:// trac.thep.lu.se/yat8 # This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 # 10 10 # The yat library is free software; you can redistribute it -
trunk/doc/first_page.doxygen
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or … … 38 38 <b>Future development</b><br> 39 39 We use trac as issue tracking system. Through the <a 40 href="http:// trac.thep.lu.se/yat/">trac environment</a> you can40 href="http://dev.thep.lu.se/yat/">trac environment</a> you can 41 41 report bugs and suggest enhancements. Forthcoming releases are 42 42 scheduled in the <a 43 href="http:// trac.thep.lu.se/yat/roadmap">roadmap</a> of the43 href="http://dev.thep.lu.se/yat/roadmap">roadmap</a> of the 44 44 project. Future development can be monitored through the list of <a 45 href="http:// trac.thep.lu.se/yat/query">known issues</a>.45 href="http://dev.thep.lu.se/yat/query">known issues</a>. 46 46 47 47 -
trunk/doc/namespaces.doxygen
r1430 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/Makefile.am
r1432 r1437 9 9 # Copyright (C) 2008 Peter Johansson, Markus Ringnér 10 10 # 11 # This file is part of the yat library, http:// trac.thep.lu.se/yat11 # This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 # 13 13 # The yat library is free software; you can redistribute it -
trunk/test/README
r1275 r1437 6 6 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of yat library, http:// trac.thep.lu.se/yat8 This file is part of yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/Suite.cc
r1304 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/test/Suite.h
r1432 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/test/alignment_test.cc
r1275 r1437 6 6 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/averager_test.cc
r1297 r1437 6 6 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/commandline_test.cc
r1427 r1437 4 4 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or … … 155 155 OptionArg<std::string> input(cmd, "i,input", "input file"); 156 156 OptionArg<unsigned int> n(cmd, "n", "number of lines"); 157 OptionArg<double> x(cmd, "x", "a float number"); 157 158 158 159 suite.err() << "Testing OptionArg existence -i file..."; … … 248 249 ok =false; 249 250 } 251 } 252 253 suite.err() << "Testing OptionArg double value -x -6..."; 254 try { 255 int ac = 3; 256 char* av[] = { "test_prog", "-x", "-6" }; 257 cmd.parse(ac,av); 258 if (x.value()==-6) 259 suite.err() << "ok\n"; 260 else { 261 suite.err() << "failed\n"; 262 ok =false; 263 } 264 } 265 catch (std::runtime_error& e) { 266 suite.err() << "failed\nexception thrown with what(): " << e.what() << "\n"; 267 suite.err() << "Error: this is an expected error; see ticket:418\n"; 250 268 } 251 269 -
trunk/test/consensus_inputranker_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/crossvalidation_test.cc
r1275 r1437 6 6 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/data/Makefile.am
r1218 r1437 5 5 # Copyright (C) 2007, 2008 Jari Häkkinen 6 6 # 7 # This file is part of the yat library, http:// trac.thep.lu.se/yat7 # This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 # 9 9 # The yat library is free software; you can redistribute it and/or -
trunk/test/data_lookup_1d_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/distance_test.cc
r1275 r1437 4 4 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/test/ensemble_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson, Markus Ringnér 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/environment.h.in
r1357 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/test/feature_selection_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/fileutil_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/index_test.cc
r1237 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/test/inputranker_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/iterator_test.cc
r1404 r1437 4 4 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/test/kernel_lookup_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/kernel_test.cc
r1275 r1437 6 6 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/knn_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson, Markus Ringnér 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/matrix_lookup_test.cc
r1361 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/matrix_test.cc
r1360 r1437 6 6 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/nbc_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson, Markus Ringnér 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/ncc_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson, Markus Ringnér 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/nni_test.cc
r1275 r1437 7 7 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/test/pca_test.cc
r1275 r1437 8 8 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/test/regression_test.cc
r1252 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or … … 487 487 488 488 rl.fit(10, 100); 489 if (rl.x().size()!=1000/10) 490 return false; 491 for (size_t i=0; i+1<rl.x().size(); ++i) 492 if (!suite.equal(rl.x()(i+1)-rl.x()(i),10.0)) 493 return false; 489 494 490 495 utility::Vector y(rl.y_predicted()); … … 493 498 return false; 494 499 } 500 495 501 return true; 496 502 } -
trunk/test/rnd_test.cc
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/test/roc_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/score_test.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/smart_ptr_test.cc
r1248 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/test/statistics_test.cc
r1420 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/test/subset_generator_test.cc
r1275 r1437 4 4 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/test/svd_test.cc
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/test/svm_test.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/test/target_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/ttest_test.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/test/utility_test.cc
r1432 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/test/vector_test.cc
r1360 r1437 8 8 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/test/view_test.cc
r1275 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/Makefile.am
r1429 r1437 7 7 # Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 8 8 # 9 # This file is part of the yat library, http:// trac.thep.lu.se/yat9 # This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 # 11 11 # The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/BootstrapSampler.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/BootstrapSampler.h
r1275 r1437 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/ConsensusInputRanker.cc
r1275 r1437 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/ConsensusInputRanker.h
r1275 r1437 9 9 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/CrossValidationSampler.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/CrossValidationSampler.h
r1275 r1437 8 8 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/DataLookup1D.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/DataLookup1D.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/DataLookupWeighted1D.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/DataLookupWeighted1D.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson, Markus Ringnér 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/EnsembleBuilder.h
r1275 r1437 10 10 Copyright (C) 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/FeatureSelector.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/FeatureSelector.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/FeatureSelectorIR.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/FeatureSelectorIR.h
r1275 r1437 7 7 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/FeatureSelectorRandom.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/FeatureSelectorRandom.h
r1275 r1437 7 7 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/GaussianKernelFunction.cc
r1275 r1437 6 6 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/GaussianKernelFunction.h
r1275 r1437 7 7 Copyright (C) 2004, 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/IGP.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson, Markus Ringnér 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/IRRank.h
r1275 r1437 7 7 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/IRRetrieve.h
r1275 r1437 7 7 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/InputRanker.cc
r1275 r1437 6 6 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson, Markus Ringnér 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/InputRanker.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KNN.h
r1275 r1437 7 7 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KNN_ReciprocalDistance.cc
r1251 r1437 1 1 // $Id$ 2 3 // $Id$ 4 5 /* 6 Copyright (C) 2008 Markus Ringnér 7 8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 10 The yat library is free software; you can redistribute it and/or 11 modify it under the terms of the GNU General Public License as 12 published by the Free Software Foundation; either version 2 of the 13 License, or (at your option) any later version. 14 15 The yat library is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 24 */ 2 25 3 26 #include "KNN_ReciprocalDistance.h" … … 8 31 9 32 #include <vector> 10 11 #include <iostream>12 33 13 34 namespace theplu { -
trunk/yat/classifier/KNN_ReciprocalDistance.h
r1142 r1437 7 7 Copyright (C) 2008 Markus Ringnér 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KNN_ReciprocalRank.cc
r1156 r1437 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2008 Markus Ringnér 5 6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 8 The yat library is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License as 10 published by the Free Software Foundation; either version 2 of the 11 License, or (at your option) any later version. 12 13 The yat library is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "KNN_ReciprocalRank.h" -
trunk/yat/classifier/KNN_ReciprocalRank.h
r1142 r1437 7 7 Copyright (C) 2008 Markus Ringnér 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KNN_Uniform.cc
r1156 r1437 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2008 Markus Ringnér 5 6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 8 The yat library is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License as 10 published by the Free Software Foundation; either version 2 of the 11 License, or (at your option) any later version. 12 13 The yat library is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "KNN_Uniform.h" -
trunk/yat/classifier/KNN_Uniform.h
r1142 r1437 7 7 Copyright (C) 2008 Markus Ringnér 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Kernel.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson, Markus Ringnér 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Kernel.h
r1275 r1437 10 10 Copyright (C) 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KernelFunction.h
r1275 r1437 10 10 Copyright (C) 2006, 2007 Jari Häkkinen, Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KernelLookup.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/KernelLookup.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Kernel_MEV.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Kernel_MEV.h
r1275 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Kernel_SEV.cc
r1275 r1437 4 4 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Kernel_SEV.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Makefile.am
r1324 r1437 5 5 # Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 6 6 # 7 # This file is part of the yat library, http:// trac.thep.lu.se/yat7 # This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 # 9 9 # The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/MatrixLookup.cc
r1361 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/MatrixLookup.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/MatrixLookupWeighted.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/MatrixLookupWeighted.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/NBC.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson, Markus Ringnér 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or … … 33 33 #include <cassert> 34 34 #include <cmath> 35 #include <limits> 35 36 #include <stdexcept> 36 37 #include <vector> -
trunk/yat/classifier/NBC.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson, Markus Ringnér 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/NCC.h
r1275 r1437 8 8 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/PolynomialKernelFunction.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/PolynomialKernelFunction.h
r1275 r1437 8 8 Copyright (C) 2004, 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SVM.cc
r1275 r1437 7 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SVM.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SVindex.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SVindex.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Sampler.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Sampler.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SubsetGenerator.h
r1275 r1437 8 8 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SupervisedClassifier.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson, Markus Ringnér 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/SupervisedClassifier.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson, Markus Ringnér 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Target.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/Target.h
r1343 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/utility.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/classifier/utility.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/random/Makefile.am
r1324 r1437 6 6 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 # 8 # This file is part of the yat library, http:// trac.thep.lu.se/yat8 # This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 # 10 10 # The yat library is free software; you can redistribute it -
trunk/yat/random/random.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/random/random.h
r1342 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Kernel.h
r1310 r1437 10 10 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/KernelBox.cc
r1275 r1437 6 6 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/KernelBox.h
r1275 r1437 10 10 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/KernelTriCube.cc
r1275 r1437 6 6 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/KernelTriCube.h
r1275 r1437 9 9 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Linear.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Linear.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/LinearWeighted.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/LinearWeighted.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Local.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or … … 69 69 70 70 size_t nof_fits=data_.size()/step_size; 71 x_ = utility::Vector(nof_fits);72 y_predicted_ = utility::Vector(x_.size());73 y_err_ = utility::Vector(x_.size());71 x_.resize(nof_fits); 72 y_predicted_.resize(x_.size()); 73 y_err_.resize(x_.size()); 74 74 sort(data_.begin(), data_.end()); 75 75 76 // co ying data to 2 utility vectors ONCE to use views from76 // copying data to 2 utility vectors ONCE to use views from 77 77 utility::Vector x(data_.size()); 78 78 utility::Vector y(data_.size()); … … 124 124 assert(i<y_predicted_.size()); 125 125 assert(i<y_err_.size()); 126 x_(i) = x(i*step_size); 126 127 y_predicted_(i) = regressor_->predict(x(i*step_size)); 127 128 y_err_(i) = sqrt(regressor_->standard_error2(x(i*step_size))); -
trunk/yat/regression/Local.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or … … 70 70 71 71 /// 72 /// @param step_size Size of step between each fit 72 73 /// @param nof_points Number of points used in each fit 73 /// @param step_size Size of step between each fit74 74 /// 75 75 void fit(const size_t step_size, const size_t nof_points); -
trunk/yat/regression/Makefile.am
r1324 r1437 6 6 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 # 8 # This file is part of the yat library, http:// trac.thep.lu.se/yat8 # This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 # 10 10 # The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/MultiDimensional.cc
r1275 r1437 5 5 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/MultiDimensional.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/MultiDimensionalWeighted.cc
r1275 r1437 4 4 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/MultiDimensionalWeighted.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Naive.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Naive.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/NaiveWeighted.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/NaiveWeighted.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/OneDimensional.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/OneDimensional.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/OneDimensionalWeighted.cc
r1275 r1437 4 4 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/OneDimensionalWeighted.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Polynomial.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/Polynomial.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/PolynomialWeighted.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/regression/PolynomialWeighted.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AUC.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AUC.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Averager.cc
r1297 r1437 6 6 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Averager.h
r1295 r1437 9 9 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AveragerPair.cc
r1295 r1437 6 6 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AveragerPair.h
r1295 r1437 9 9 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AveragerPairWeighted.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AveragerPairWeighted.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AveragerWeighted.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/AveragerWeighted.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/EuclideanDistance.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson, Markus Ringnér 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Fisher.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Fisher.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/FoldChange.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/FoldChange.h
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Histogram.cc
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Histogram.h
r1275 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/KolmogorovSmirnov.cc
r1199 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/KolmogorovSmirnov.h
r1202 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Makefile.am
r1324 r1437 7 7 # Copyright (C) 2008 Peter Johansson, Markus Ringnér 8 8 # 9 # This file is part of the yat library, http:// trac.thep.lu.se/yat9 # This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 # 11 11 # The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Pearson.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Pearson.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/PearsonCorrelation.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/PearsonCorrelation.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/PearsonDistance.h
r1306 r1437 8 8 Copyright (C) 2008 Peter Johansson, Markus Ringnér 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/ROC.cc
r1275 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/ROC.h
r1271 r1437 8 8 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or … … 60 60 /** 61 61 Adding a data value to ROC. 62 63 \see add(T &o, ForwardIterator first, ForwardIterator last, 64 const classifier::Target &target) 62 65 */ 63 66 void add(double value, bool target, double weight=1.0); -
trunk/yat/statistics/SAMScore.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/SAMScore.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/SNRScore.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/SNRScore.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Score.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/Score.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/VectorFunction.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/VectorFunction.h
r1275 r1437 7 7 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/WilcoxonFoldChange.cc
r1315 r1437 6 6 Copyright (C) 2008 Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/WilcoxonFoldChange.h
r1315 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/tScore.cc
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/tScore.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/tTest.cc
r1275 r1437 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/tTest.h
r1275 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/utility.cc
r1287 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/statistics/utility.h
r1404 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Alignment.cc
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Alignment.h
r1275 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/ColumnStream.cc
r1275 r1437 4 4 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svndigest, http:// trac.thep.lu.se/svndigest6 This file is part of svndigest, http://dev.thep.lu.se/svndigest 7 7 8 8 svndigest is free software; you can redistribute it and/or modify it -
trunk/yat/utility/ColumnStream.h
r1275 r1437 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of svndigest, http:// trac.thep.lu.se/svndigest9 This file is part of svndigest, http://dev.thep.lu.se/svndigest 10 10 11 11 svndigest is free software; you can redistribute it and/or modify it -
trunk/yat/utility/CommandLine.cc
r1426 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/CommandLine.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or … … 62 62 } 63 63 catch (cmd_error& e){ 64 if (version.present()){ 65 std::cout << cmd.program_name() << " 1.0\n" 66 << "Copyright (C) 2007 Peter Johansson\n\n" 67 << "This is free software see the source for copying " 68 << "conditions. There is NO\nwarranty; not even for " 69 << "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; 70 exit(0); 71 } 64 72 std::cout << e.what() << std::endl; 65 73 return 1; 66 74 } 67 if (version.present()){68 std::cout << cmd.program_name() << " 1.0\n"69 << "Copyright (C) 2007 Peter Johansson\n\n"70 << "This is free software see the source for copying "71 << "conditions. There is NO\nwarranty; not even for "72 << "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";73 exit(0);74 }75 75 ... 76 76 \endcode … … 141 141 /** 142 142 \brief CommandLine output operator 143 144 A typical output may look like this 145 \verbatim 146 Available options are: 147 -h, --help display this help and exit 148 -v, --verbose explain what is being done 149 \endverbatim 150 The output starts with a descriptive line such as "Available 151 options are:" (default) that can be set in constructor. Then follows the 152 options described in the order they were added to 153 Commandline. Each Option is described according to 154 Option::print(void) function. 155 \see OptionHelp 143 156 */ 144 157 std::ostream& operator<<(std::ostream&, const CommandLine&); -
trunk/yat/utility/Container2DIterator.h
r1374 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Exception.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/FileUtil.cc
r1261 r1437 7 7 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or … … 31 31 #include <iostream> 32 32 #include <stdexcept> 33 #include <sstream> 33 34 #include <string> 34 35 … … 70 71 break; 71 72 case 'd': 72 struct stat nodestat;73 stat (tryme.c_str(),&nodestat);73 struct stat64 nodestat; 74 stat64(tryme.c_str(),&nodestat); 74 75 if (!S_ISDIR(nodestat.st_mode)) 75 76 ok = false; … … 86 87 bool FileUtil::exists(void) const 87 88 { 88 struct stat statt; 89 if ( stat(path_.c_str(),&statt) && (errno!=ENOENT) ) 90 throw IO_error(std::string("stat(2) call failed with errno: "+errno)); 89 struct stat64 statt; 90 if ( stat64(path_.c_str(),&statt) && (errno!=ENOENT) ) { 91 std::stringstream ss; 92 ss << "stat64(2) call failed with errno: " << errno; 93 throw IO_error(ss.str()); 94 } 91 95 if (errno) { 92 96 errno = 0; // don't leave errno in state of failure -
trunk/yat/utility/FileUtil.h
r1275 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Index.cc
r1361 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Index.h
r1134 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/IteratorPolicy.h
r1145 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Makefile.am
r1410 r1437 6 6 # Copyright (C) 2008 Peter Johansson 7 7 # 8 # This file is part of the yat library, http:// trac.thep.lu.se/yat8 # This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 # 10 10 # The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Matrix.cc
r1313 r1437 7 7 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Matrix.h
r1320 r1437 10 10 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or … … 531 531 The two matrices must have the same size. 532 532 533 \throw GSL_error if either index is out of bounds.533 \throw GSL_error if sizes are not equal. 534 534 */ 535 535 void swap(Matrix&, Matrix&); -
trunk/yat/utility/NNI.cc
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/NNI.h
r1275 r1437 8 8 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Option.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Option.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or … … 81 81 /** 82 82 \brief print help output 83 84 This function calls the four virtual private functions print1, 85 print2, print3, and print4. This allows an inherited class to 86 implement one (or several) of these functions and keep the 87 default output of the others. The default behavior is that: 88 89 - print1 prints the short name, '-h', as short_name(void) const 90 - print2 prints the long name, '--help', as long_name(void) const 91 - print3 is empty 92 - print4 prints the description as description(void) const. 83 93 */ 84 94 std::string print(void); -
trunk/yat/utility/OptionArg.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionFile.cc
r1275 r1437 5 5 Copyright (C) 2008 Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionFile.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionHelp.cc
r1275 r1437 4 4 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionHelp.h
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or … … 39 39 40 40 When this option is found in parsing of commandline, it displays 41 a help output exits. 41 a help output and exits. A typical output looks like: 42 43 \verbatim 44 Usage: foo [OPTION]... 45 46 SYNOPSIS 47 48 Available options are: 49 -h, --help display this help and exit 50 -v, --verbose explain what is being done 51 52 Some extra information explaining something. 53 \endverbatim 54 55 The output consist of four blocks. The first block can be 56 modified with usage(void) function. The second is block is 57 typically a one-liner explaining the application and can be 58 modified with the synopsis(void) function. The third block 59 contain the description of the different options, see 60 operator<<(std::ostream&, const CommandLine&) for further 61 details. The last block can be modified with post_arguments(void) 62 function. 42 63 */ 43 64 class OptionHelp : public OptionSwitch -
trunk/yat/utility/OptionInFile.cc
r1014 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionInFile.h
r1014 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionOutFile.cc
r1014 r1437 4 4 Copyright (C) 2008 Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionOutFile.h
r1014 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionSwitch.cc
r1275 r1437 4 4 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/OptionSwitch.h
r1275 r1437 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/PCA.cc
r1275 r1437 8 8 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/PCA.h
r1275 r1437 12 12 Copyright (C) 2008 Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/yat14 This file is part of the yat library, http://dev.thep.lu.se/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/SVD.cc
r1275 r1437 9 9 Copyright (C) 2008 Peter Johansson 10 10 11 This file is part of the yat library, http:// trac.thep.lu.se/yat11 This file is part of the yat library, http://dev.thep.lu.se/yat 12 12 13 13 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/SVD.h
r1275 r1437 12 12 Copyright (C) 2008 Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/yat14 This file is part of the yat library, http://dev.thep.lu.se/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/SmartPtr.h
r1275 r1437 7 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/StrideIterator.h
r1390 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/TypeInfo.cc
r1275 r1437 4 4 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of the yat library, http:// trac.thep.lu.se/yat6 This file is part of the yat library, http://dev.thep.lu.se/yat 7 7 8 8 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/TypeInfo.h
r1275 r1437 6 6 /* 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2008 Peter Johansson 8 9 9 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 10 11 11 12 The yat library is free software; you can redistribute it and/or … … 98 99 99 100 /** 100 \brief Based on operator s == and<101 \brief Based on operator < 101 102 */ 102 103 bool operator>(const TypeInfo&, const TypeInfo&); 103 104 104 105 /** 105 \brief Based on operator s == and <106 \brief Based on operator <= 106 107 */ 107 108 bool operator>=(const TypeInfo&, const TypeInfo&); -
trunk/yat/utility/Vector.cc
r1314 r1437 7 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/Vector.h
r1275 r1437 12 12 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/yat14 This file is part of the yat library, http://dev.thep.lu.se/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorBase.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat9 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorBase.h
r1275 r1437 12 12 Copyright (C) 2008 Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat14 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or … … 249 249 /** 250 250 \brief The output operator for the VectorBase class. 251 */ 252 std::ostream& operator<<(std::ostream&, const VectorBase&); 251 252 Elements in VectorBase \a v are sent to ostream \a s and 253 separated with the fill character of stream \a s, s.fill(). If 254 you, for example, want to print the VectorBase \a v with the 255 elements separated by a ':', you do so by: 256 \verbatim 257 s << setfill(':') << v; 258 \endverbatim 259 */ 260 std::ostream& operator<<(std::ostream& s, const VectorBase& v); 253 261 254 262 }}} // of namespace utility, yat, and theplu -
trunk/yat/utility/VectorConstView.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat9 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorConstView.h
r1275 r1437 12 12 Copyright (C) 2008 Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat14 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorMutable.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat9 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorMutable.h
r1275 r1437 12 12 Copyright (C) 2008 Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat14 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorView.cc
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat9 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/VectorView.h
r1275 r1437 12 12 Copyright (C) 2008 Peter Johansson 13 13 14 This file is part of the yat library, http:// trac.thep.lu.se/trac/yat14 This file is part of the yat library, http://dev.thep.lu.se/trac/yat 15 15 16 16 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/WeNNI.cc
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/WeNNI.h
r1275 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it -
trunk/yat/utility/iterator_traits.h
r1382 r1437 8 8 Copyright (C) 2008 Peter Johansson, Markus Ringnér 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/kNNI.cc
r1275 r1437 8 8 Copyright (C) 2008 Peter Johansson 9 9 10 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 11 11 12 12 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/kNNI.h
r1275 r1437 11 11 Copyright (C) 2008 Peter Johansson 12 12 13 This file is part of the yat library, http:// trac.thep.lu.se/yat13 This file is part of the yat library, http://dev.thep.lu.se/yat 14 14 15 15 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/stl_utility.cc
r1275 r1437 6 6 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 7 8 This file is part of the yat library, http:// trac.thep.lu.se/yat8 This file is part of the yat library, http://dev.thep.lu.se/yat 9 9 10 10 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/stl_utility.h
r1403 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/utility.cc
r1432 r1437 5 5 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 6 6 7 This file is part of the yat library, http:// trac.thep.lu.se/yat7 This file is part of the yat library, http://dev.thep.lu.se/yat 8 8 9 9 The yat library is free software; you can redistribute it and/or -
trunk/yat/utility/utility.h
r1432 r1437 10 10 Copyright (C) 2008 Peter Johansson 11 11 12 This file is part of the yat library, http:// trac.thep.lu.se/yat12 This file is part of the yat library, http://dev.thep.lu.se/yat 13 13 14 14 The yat library is free software; you can redistribute it and/or … … 34 34 /// 35 35 36 #include <limits> 36 37 #include <string> 37 38 #include <stdexcept> -
trunk/yat/utility/yat_assert.h
r1275 r1437 7 7 Copyright (C) 2008 Peter Johansson 8 8 9 This file is part of the yat library, http:// trac.thep.lu.se/yat9 This file is part of the yat library, http://dev.thep.lu.se/yat 10 10 11 11 The yat library is free software; you can redistribute it and/or
Note: See TracChangeset
for help on using the changeset viewer.