Changeset 1392
- Timestamp:
- Jul 28, 2008, 9:35:30 PM (15 years ago)
- Location:
- branches/0.4-stable
- Files:
-
- 254 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/.svndigest/config
r1000 r1392 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 -
branches/0.4-stable/AUTHORS
r1275 r1392 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 -
branches/0.4-stable/ChangeLog
r1302 r1392 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 … … 26 26 27 27 version 0.4.2: 28 - http:// trac.thep.lu.se/yat/log/branches/0.4-stable?rev=HEAD&stop_rev=130229 - http:// trac.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id28 - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=HEAD&stop_rev=1302 29 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 30 30 31 31 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=id32 - http://dev.thep.lu.se/yat/log/branches/0.4-stable?rev=1300&stop_rev=1280 33 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 34 34 35 35 version 0.4: 36 - http:// trac.thep.lu.se/yat/log/trunk?rev=1278&stop_rev=83537 - http:// trac.thep.lu.se/yat/query?milestone=yat+0.4&order=id36 - http://dev.thep.lu.se/yat/log/trunk?rev=1278&stop_rev=835 37 - http://dev.thep.lu.se/yat/query?milestone=yat+0.4&order=id -
branches/0.4-stable/Makefile.am
r1275 r1392 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 -
branches/0.4-stable/NEWS
r1309 r1392 6 6 7 7 A complete list of closed tickets can be found here [[br]] 8 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.28 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2 9 9 10 10 Version 0.4.1 (released 14 May 2008) … … 13 13 14 14 A complete list of closed tickets can be found here [[br]] 15 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.115 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1 16 16 17 17 Version 0.4 (released 11 april 2008) … … 32 32 33 33 A complete list of closed tickets can be found here [[br]] 34 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.434 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4 35 35 36 36 Version 0.3.1 (released 28 April 2007) … … 39 39 40 40 A complete list of closed tickets can be found here [[br]] 41 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.141 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1 42 42 43 43 Version 0.3 (released 9 April 2007) … … 46 46 47 47 A complete list of closed tickets can be found here [[br]] 48 http:// trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%2948 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%29 49 49 50 50 … … 56 56 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 57 57 58 This file is part of yat library, http:// trac.thep.lu.se/yat58 This file is part of yat library, http://dev.thep.lu.se/yat 59 59 60 60 The yat library is free software; you can redistribute it and/or -
branches/0.4-stable/README
r1284 r1392 78 78 79 79 The API documentation for the latest release is availabe in PDF and 80 HTML and can be found through http:// trac.thep.lu.se/yat. If you wish80 HTML and can be found through http://dev.thep.lu.se/yat. If you wish 81 81 to build a local copy, issue `make doc` and you will find the 82 82 documents in directory `doc/`. … … 88 88 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 89 89 90 This file is part of yat library, http:// trac.thep.lu.se/yat90 This file is part of yat library, http://dev.thep.lu.se/yat 91 91 92 92 The yat library is free software; you can redistribute it and/or -
branches/0.4-stable/TODO
r1275 r1392 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 -
branches/0.4-stable/bootstrap
r1275 r1392 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 -
branches/0.4-stable/configure.ac
r1286 r1392 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 -
branches/0.4-stable/doc/Makefile.am
r1298 r1392 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 -
branches/0.4-stable/doc/Statistics.doxygen
r1275 r1392 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 -
branches/0.4-stable/doc/concepts.doxygen
r1275 r1392 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 -
branches/0.4-stable/doc/doxygen.config.in
r1275 r1392 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 -
branches/0.4-stable/doc/first_page.doxygen
r1275 r1392 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 -
branches/0.4-stable/doc/namespaces.doxygen
r1275 r1392 5 5 Copyright (C) 2006, 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 -
branches/0.4-stable/test/Makefile.am
r1275 r1392 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 -
branches/0.4-stable/test/README
r1275 r1392 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 -
branches/0.4-stable/test/Suite.cc
r1249 r1392 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 -
branches/0.4-stable/test/Suite.h
r1249 r1392 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 -
branches/0.4-stable/test/alignment_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/averager_test.cc
r1294 r1392 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 -
branches/0.4-stable/test/commandline_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/consensus_inputranker_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/crossvalidation_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/data/Makefile.am
r1218 r1392 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 -
branches/0.4-stable/test/data_lookup_1d_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/distance_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/ensemble_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/environment.h.in
r1249 r1392 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 -
branches/0.4-stable/test/feature_selection_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/fileutil_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/index_test.cc
r1237 r1392 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 -
branches/0.4-stable/test/inputranker_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/iterator_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/kernel_lookup_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/kernel_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/knn_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/matrix_lookup_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/matrix_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/nbc_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/ncc_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/nni_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/pca_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/regression_test.cc
r1252 r1392 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 -
branches/0.4-stable/test/rnd_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/roc_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/score_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/smart_ptr_test.cc
r1248 r1392 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 -
branches/0.4-stable/test/statistics_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/subset_generator_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/svd_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/svm_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/target_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/ttest_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/utility_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/vector_test.cc
r1275 r1392 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 -
branches/0.4-stable/test/view_test.cc
r1275 r1392 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 -
branches/0.4-stable/yat/Makefile.am
r1275 r1392 8 8 # Copyright (C) 2008 Jari Häkkinen 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 -
branches/0.4-stable/yat/classifier/BootstrapSampler.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/BootstrapSampler.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/ConsensusInputRanker.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/ConsensusInputRanker.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/CrossValidationSampler.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/CrossValidationSampler.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/DataLookup1D.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/DataLookup1D.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/DataLookupWeighted1D.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/DataLookupWeighted1D.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/EnsembleBuilder.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/FeatureSelector.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/FeatureSelector.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/FeatureSelectorIR.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/FeatureSelectorIR.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/FeatureSelectorRandom.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/FeatureSelectorRandom.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/GaussianKernelFunction.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/GaussianKernelFunction.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/IGP.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/IRRank.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/IRRetrieve.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/InputRanker.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/InputRanker.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/KNN.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/KNN_ReciprocalDistance.cc
r1251 r1392 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 { -
branches/0.4-stable/yat/classifier/KNN_ReciprocalDistance.h
r1142 r1392 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 -
branches/0.4-stable/yat/classifier/KNN_ReciprocalRank.cc
r1156 r1392 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" -
branches/0.4-stable/yat/classifier/KNN_ReciprocalRank.h
r1142 r1392 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 -
branches/0.4-stable/yat/classifier/KNN_Uniform.cc
r1156 r1392 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" -
branches/0.4-stable/yat/classifier/KNN_Uniform.h
r1142 r1392 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 -
branches/0.4-stable/yat/classifier/Kernel.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Kernel.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/KernelFunction.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/KernelLookup.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/KernelLookup.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Kernel_MEV.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Kernel_MEV.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Kernel_SEV.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Kernel_SEV.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Makefile.am
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/MatrixLookup.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/MatrixLookup.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/MatrixLookupWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/MatrixLookupWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/NBC.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/NBC.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/NCC.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/PolynomialKernelFunction.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/PolynomialKernelFunction.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SVM.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SVM.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SVindex.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SVindex.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Sampler.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Sampler.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SubsetGenerator.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SupervisedClassifier.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/SupervisedClassifier.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Target.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/Target.h
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/utility.cc
r1275 r1392 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 -
branches/0.4-stable/yat/classifier/utility.h
r1275 r1392 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 -
branches/0.4-stable/yat/random/Makefile.am
r1275 r1392 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 -
branches/0.4-stable/yat/random/random.cc
r1275 r1392 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 -
branches/0.4-stable/yat/random/random.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Kernel.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/KernelBox.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/KernelBox.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/KernelTriCube.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/KernelTriCube.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Linear.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Linear.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/LinearWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/LinearWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Local.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Local.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Makefile.am
r1000 r1392 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 -
branches/0.4-stable/yat/regression/MultiDimensional.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/MultiDimensional.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/MultiDimensionalWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/MultiDimensionalWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Naive.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Naive.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/NaiveWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/NaiveWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/OneDimensional.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/OneDimensional.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/OneDimensionalWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/OneDimensionalWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Polynomial.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/Polynomial.h
r1275 r1392 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 -
branches/0.4-stable/yat/regression/PolynomialWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/regression/PolynomialWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/AUC.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/AUC.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Averager.cc
r1294 r1392 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 -
branches/0.4-stable/yat/statistics/Averager.h
r1294 r1392 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 -
branches/0.4-stable/yat/statistics/AveragerPair.cc
r1294 r1392 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 -
branches/0.4-stable/yat/statistics/AveragerPair.h
r1294 r1392 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 -
branches/0.4-stable/yat/statistics/AveragerPairWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/AveragerPairWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/AveragerWeighted.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/AveragerWeighted.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/EuclideanDistance.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Fisher.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Fisher.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/FoldChange.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/FoldChange.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Histogram.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Histogram.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/KolmogorovSmirnov.cc
r1199 r1392 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 -
branches/0.4-stable/yat/statistics/KolmogorovSmirnov.h
r1202 r1392 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 -
branches/0.4-stable/yat/statistics/Makefile.am
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Pearson.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Pearson.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/PearsonCorrelation.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/PearsonCorrelation.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/PearsonDistance.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/ROC.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/ROC.h
r1271 r1392 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 -
branches/0.4-stable/yat/statistics/SAMScore.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/SAMScore.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/SNRScore.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/SNRScore.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Score.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/Score.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/VectorFunction.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/VectorFunction.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/WilcoxonFoldChange.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/WilcoxonFoldChange.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/tScore.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/tScore.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/tTest.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/tTest.h
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/utility.cc
r1275 r1392 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 -
branches/0.4-stable/yat/statistics/utility.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Alignment.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Alignment.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/ColumnStream.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/ColumnStream.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/CommandLine.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/CommandLine.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Container2DIterator.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Exception.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/FileUtil.cc
r1332 r1392 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 -
branches/0.4-stable/yat/utility/FileUtil.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Index.cc
r1134 r1392 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 -
branches/0.4-stable/yat/utility/Index.h
r1134 r1392 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 -
branches/0.4-stable/yat/utility/IteratorPolicy.h
r1145 r1392 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 -
branches/0.4-stable/yat/utility/Makefile.am
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Matrix.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Matrix.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/NNI.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/NNI.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Option.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Option.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionArg.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionFile.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionFile.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionHelp.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionHelp.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionInFile.cc
r1014 r1392 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 -
branches/0.4-stable/yat/utility/OptionInFile.h
r1014 r1392 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 -
branches/0.4-stable/yat/utility/OptionOutFile.cc
r1014 r1392 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 -
branches/0.4-stable/yat/utility/OptionOutFile.h
r1014 r1392 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 -
branches/0.4-stable/yat/utility/OptionSwitch.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/OptionSwitch.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/PCA.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/PCA.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/SVD.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/SVD.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/SmartPtr.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/StrideIterator.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/TypeInfo.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/TypeInfo.h
r1333 r1392 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 -
branches/0.4-stable/yat/utility/Vector.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/Vector.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorBase.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorBase.h
r1369 r1392 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 -
branches/0.4-stable/yat/utility/VectorConstView.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorConstView.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorMutable.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorMutable.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorView.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/VectorView.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/WeNNI.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/WeNNI.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/iterator_traits.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/kNNI.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/kNNI.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/stl_utility.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/stl_utility.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/utility.cc
r1275 r1392 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 -
branches/0.4-stable/yat/utility/utility.h
r1275 r1392 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 -
branches/0.4-stable/yat/utility/yat_assert.h
r1275 r1392 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.