source: trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1027   15 years Peter going back to previous design in which view and const_view are in …
(edit) @1015   15 years Peter changing class names vectorView => VectorView? and vectorBase => …
(edit) @1013   15 years Markus Ringnér Adding functionality tests for NCC
(edit) @1012   15 years Markus Ringnér Fixed bug in weighted euclidean distance calculation
(edit) @1009   15 years Peter merging branch peter-dev into trunk delta 1008:994
(edit) @1001   15 years Peter reset errno to zero when it is an expected error
(edit) @1000   15 years Jari Häkkinen trac moved to new location.
(edit) @999   15 years Jari Häkkinen Copyright statement added.
(edit) @988   15 years Jari Häkkinen Removing potential signed/unsigned clash.
(edit) @981   15 years Peter adding convenient class for help option
(edit) @980   15 years Peter adding possibility to make option required
(edit) @979   15 years Peter fixing bug in OptionFile?. Dont try to create FileUtil? for option not …
(edit) @975   15 years Peter adding Option class for argument associated with a file, and fixed …
(edit) @970   15 years Peter refs #242
(edit) @965   15 years Peter Adding CommandLine? class. finishes #240
(edit) @948   15 years Markus Ringnér Adding support and checks for intended lookups in classifiers
(edit) @943   15 years Peter removing variables not needed and modified AM_INIT_AUTOMAKE to modern form
(edit) @932   15 years Peter median and percentile functions now take iterators rather than vectors
(edit) @931   15 years Markus Ringnér Working on ticket:259. Removed old Distance see ticket:250
(edit) @926   16 years Markus Ringnér Fixing minor mistakes so things gets installed with make install
(edit) @925   16 years Markus Ringnér NCC and IGP have been changed to templates on Distance
(edit) @922   16 years Jari Häkkinen Fixes #190. configure now checks for quite Nan. Check for this removed …
(edit) @918   16 years Peter modifing tests to fit new implementation
(edit) @916   16 years Peter Sorry this commit is a bit to big. Adding a yat_assert. The yat …
(edit) @904   16 years Peter removing assert from header file
(edit) @903   16 years Markus Ringnér Forgot this test in the last check-in.
(edit) @901   16 years Markus Ringnér Added a template KNN classifier where the distance measure is the …
(edit) @900   16 years Markus Ringnér Refs #251. Fixed so the unweighted distances are at the …
(edit) @898   16 years Markus Ringnér A first suggestion for how to adress #250. Also removed contamination …
(edit) @897   16 years Peter removing keyword that was mistakingly added before
(edit) @895   16 years Peter Another try, hm…
(edit) @894   16 years Peter setting missing property Id on files
(edit) @891   16 years Markus Ringnér Minor modifications
(edit) @890   16 years Markus Ringnér Refs #245 #246 #247
(edit) @889   16 years Markus Ringnér Refs #245. A new structure to calculate distances between vectors that …
(edit) @887   16 years Peter made add function template so it accepts AveragerWeighted? too. Also …
(edit) @885   16 years Peter adding some cleaning
(edit) @883   16 years Peter fixing problems with iterator -> const_iterator conversion
(edit) @882   16 years Peter fixing includes - sorry about that
(edit) @881   16 years Peter merged constIterator into Iterator and added an extra template …
(edit) @880   16 years Peter refs #244
(edit) @879   16 years Markus Ringnér Added support to utility::vector for gsl-functions that finds indices …
(edit) @877   16 years Markus Ringnér This revision breaks the vector_test. I know this is against the rules …
(edit) @875   16 years Peter rewriting SW algo, making code clearer, and perhaps removing a few bugs...?
(edit) @870   16 years Peter After re-installing yat, the issue vanished, so here is the test for …
(edit) @869   16 years Peter Adding Smith-Waterman local alignment and modified ssearch to use this …
(edit) @867   16 years Peter adding function doing a SSEARCH between two strings
(edit) @865   16 years Peter changing URL to http://trac.thep.lu.se/trac/yat
(edit) @864   16 years Markus Ringnér Added a lot of tests to feature_selection_test
(edit) @862   16 years Markus Ringnér Fixed bug in InputRanker? that sometimes gave rise to a bus error …
(edit) @848   16 years Jari Häkkinen Merged log:/branches/0.3.1#838:846 to trunk.
(edit) @833   16 years Jari Häkkinen Addresses #217. Fixed so that 'make distcheck' compiles but tests fail …
(edit) @831   16 years Peter Refs #185.
(edit) @830   16 years Jari Häkkinen Fixes #206.
(edit) @829   16 years Jari Häkkinen Fixes #173.
(edit) @828   16 years Peter Generalized ConsenusInputRanker?, Fixes #151
(edit) @824   16 years Peter Moved Ensemble stuff in subset_egnerator_test to ensemble_test. Also …
(edit) @822   16 years Peter redesigned tTest fixes #212 and #156
(edit) @821   16 years Peter Modified ROC class to use AUC class in calculation of ROC area. Refs #101
(edit) @820   16 years Peter Changed name again. ROCScore is now called AUC. Also fixed several …
(edit) @819   16 years Peter
(edit) @816   16 years Peter test for Distance. Fixes #198
(edit) @814   16 years Peter fixes #66
(edit) @813   16 years Peter Predict in NBC. Fixes #57
(edit) @806   16 years Peter removed test as well :O
(edit) @798   16 years Jari Häkkinen Removed unnecessary #include. Added tests for random number distributions.
(edit) @796   16 years Jari Häkkinen Fixes #201.
(edit) @795   16 years Peter confusing to use argv[0] since it is nout test/vector_test but rather …
(edit) @793   16 years Jari Häkkinen Fixes #193. Last test for the new functionality added to matrix.
(edit) @792   16 years Jari Häkkinen Addresses #193. matrix now works as outlined in the ticket discussion. …
(edit) @790   16 years Jari Häkkinen Addresses #193. Fixing doxygen docs, and operator=.
(edit) @789   16 years Jari Häkkinen Addresses #193. vector now works as outlined here. Added some …
(edit) @786   16 years Peter added a test in vector_test
(edit) @784   16 years Jari Häkkinen References #155. Removed potential null pointer usage. Some unwanted …
(edit) @782   16 years Jari Häkkinen Fixes #195.
(edit) @781   16 years Peter changing name to ROCScore and also added some cassert includes
(edit) @779   16 years Peter Refs #101
(edit) @775   16 years Jari Häkkinen Fixes #200.
(edit) @774   16 years Jari Häkkinen Fixes #194.
(edit) @762   16 years Jari Häkkinen Fixes #76. Creating/recreating BLAS support matrix only when needed.
(edit) @759   16 years Jari Häkkinen Fixes #171 and addresses #2. A few more GSL_error exceptions. Removed …
(edit) @747   16 years Peter replaced includes in header files with forward declarations when …
(edit) @742   16 years Peter added test that LinearWeighte? is equal to PolynomialWeighted?(1) fixes #166
(edit) @741   16 years Peter fixes #161 and #164
(edit) @740   16 years Peter added more test in MultiDimWeighted? and moved some stuff to be …
(edit) @739   16 years Peter fixes #178 and removes a bug in MultiDimensional?
(edit) @731   16 years Peter added test for multidimensional weighted and straight version
(edit) @730   16 years Peter fixes #167 and #160
(edit) @729   16 years Peter Fixes #159. Also removed some inlines in OneDimensionalWeighted? by …
(edit) @727   16 years Peter fixes #177
(edit) @726   16 years Peter fixes #165 added test checking Linear Regression is equivalent to …
(edit) @724   16 years Jari Häkkinen Removed redundant #includes.
(edit) @723   16 years Jari Häkkinen Fixes #10. Removed read_to*(std::vector..) functionality.
(edit) @722   16 years Markus Ringnér Closes #129
(edit) @712   16 years Jari Häkkinen Forgot to check in FileUtil? test program.
(edit) @711   16 years Jari Häkkinen Fixes #1 and #80. Interface changed.
(edit) @710   16 years Jari Häkkinen Addresses #1 and #80. Changed FileIO to FileUtil? and added tests on …
(edit) @704   16 years Markus Ringnér Fixes #104. Also fixed inline bug in Averager.h
(edit) @702   16 years Peter Refs #81 moved mse_ to inherited classes and made mse() pure virtual …
(edit) @682   16 years Jari Häkkinen Addresses #153. Moved regression files to .../yat/regression.
Note: See TracRevisionLog for help on using the revision log.