source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @833   16 years Jari Häkkinen Addresses #217. Fixed so that 'make distcheck' compiles but tests fail …
(edit) @832   17 years Peter Refs #217 cleaning up makefile.am
(edit) @831   17 years Peter Refs #185.
(edit) @830   17 years Jari Häkkinen Fixes #206.
(edit) @829   17 years Jari Häkkinen Fixes #173.
(edit) @828   17 years Peter Generalized ConsenusInputRanker?, Fixes #151
(edit) @827   17 years Peter added Functors to be used in CIR. Refs #151
(edit) @826   17 years Peter documentation and some minor fixes Fixes #135
(edit) @825   17 years Peter removed minmax functions and moved shuffle into vector.*
(edit) @824   17 years Peter Moved Ensemble stuff in subset_egnerator_test to ensemble_test. Also …
(edit) @823   17 years Peter BootstrapSampler?. Fixes #134
(edit) @822   17 years Peter redesigned tTest fixes #212 and #156
(edit) @821   17 years Peter Modified ROC class to use AUC class in calculation of ROC area. Refs #101
(edit) @820   17 years Peter Changed name again. ROCScore is now called AUC. Also fixed several …
(edit) @819   17 years Peter
(edit) @818   17 years Peter It depends on the use case here, but I think I agree so hist_ is no …
(edit) @817   17 years Peter Fixes #143
(edit) @816   17 years Peter test for Distance. Fixes #198
(edit) @815   17 years Peter added constructor for DataLookup1D from a utility::vector
(edit) @814   17 years Peter fixes #66
(edit) @813   17 years Peter Predict in NBC. Fixes #57
(edit) @812   17 years Peter implemented NBC predict. Have to check what happens in the weighted …
(edit) @811   17 years Peter dox
(edit) @810   17 years Jari Häkkinen Changed to obey the general wisdom: If you write the same code snipet …
(edit) @809   17 years Jari Häkkinen Fixed spelling.
(edit) @808   17 years Peter previous argument was invalid, but here is an implementation. Fixes #205
(edit) @807   17 years Peter Ok, no comments from enyone so I assume it is ok to remove the list of …
(edit) @806   17 years Peter removed test as well :O
(edit) @805   17 years Peter removed Option and Commandline. Not mature enough for a release. …
(edit) @803   17 years Peter removed Microarray namespce and its conents
(edit) @802   17 years Peter removed styles sheet in config
(edit) @801   17 years Peter and forgot another thing
(edit) @800   17 years Peter
(edit) @799   17 years Peter NOTE: you will probably need to rerun configure to create directory …
(edit) @798   17 years Jari Häkkinen Removed unnecessary #include. Added tests for random number distributions.
(edit) @797   17 years Jari Häkkinen Fixes #191. This is the best that can be done with the current design.
(edit) @796   17 years Jari Häkkinen Fixes #201.
(edit) @795   17 years Peter confusing to use argv[0] since it is nout test/vector_test but rather …
(edit) @794   17 years Peter making yat compile
(edit) @793   17 years Jari Häkkinen Fixes #193. Last test for the new functionality added to matrix.
(edit) @792   17 years Jari Häkkinen Addresses #193. matrix now works as outlined in the ticket discussion. …
(edit) @791   17 years Jari Häkkinen Addresses #193. Added missing implementations.
(edit) @790   17 years Jari Häkkinen Addresses #193. Fixing doxygen docs, and operator=.
(edit) @789   17 years Jari Häkkinen Addresses #193. vector now works as outlined here. Added some …
(edit) @788   17 years Jari Häkkinen Improved comparison operator and equal function doxygen doc. Added for …
(edit) @787   17 years Peter removed v_const in vector since it never used for anything but only …
(edit) @786   17 years Peter added a test in vector_test
(edit) @785   17 years Peter I think it is clearer if gsl_vector_const_view is declared as const …
(edit) @784   17 years Jari Häkkinen References #155. Removed potential null pointer usage. Some unwanted …
(edit) @783   17 years Jari Häkkinen Fixes #155. Added asserts to check vectors in all non-const functions …
(edit) @782   17 years Jari Häkkinen Fixes #195.
(edit) @781   17 years Peter changing name to ROCScore and also added some cassert includes
(edit) @780   17 years Jari Häkkinen Fixed exception message.
(edit) @779   17 years Peter Refs #101
(edit) @778   17 years Peter added ROCscore class. refs #101
(edit) @777   17 years Peter Changed Fisher interface dramatically. No longer inherited from Score. …
(edit) @776   17 years Jari Häkkinen Fixed typos.
(edit) @775   17 years Jari Häkkinen Fixes #200.
(edit) @774   17 years Jari Häkkinen Fixes #194.
(edit) @773   17 years Jari Häkkinen Fixes #138. Removed add, sub, scale and added appropriate operators.
(edit) @772   17 years Peter fixes #126 and added some functions in AveragerPair? and …
(edit) @771   17 years Jari Häkkinen Bumped version number.
(edit) @769   17 years Jari Häkkinen Bumped version number.
(edit) @768   17 years Peter addresses #57
(edit) @767   17 years Peter Fixes #65
(edit) @766   17 years Peter added constructing view from utility::vector
(edit) @765   17 years Peter Changed CVS repository to be subversion repository and corrected a typo
(edit) @764   17 years Peter updated first page doxygen
(edit) @763   17 years Peter added project number in doxygen. NOTE: this need to be bumbed at …
(edit) @762   17 years Jari Häkkinen Fixes #76. Creating/recreating BLAS support matrix only when needed.
(edit) @761   17 years Jari Häkkinen Fixes #7.
(edit) @760   17 years Peter throw exception when detecting invalid 2x2 table. Fixes #26
(edit) @759   17 years Jari Häkkinen Fixes #171 and addresses #2. A few more GSL_error exceptions. Removed …
(edit) @758   17 years Jari Häkkinen Fixes #2. Finalized adding GSL_error exceptions.
(edit) @757   17 years Jari Häkkinen Fixed #include statemenst and forward declarations. asserts in headers …
(edit) @756   17 years Jari Häkkinen Added missing #include
(edit) @755   17 years Jari Häkkinen Addresses #2 and #65. Continued adding GSL_error exceptions, and added …
(edit) @754   17 years Jari Häkkinen Addresses #2 and #65. Continued adding GSL_error exceptions, and added …
(edit) @753   17 years Jari Häkkinen Addresses #2. Continued adding GSL_error exceptions.
(edit) @752   17 years Jari Häkkinen Moving a function implementation from .h to .cc.
(edit) @751   17 years Jari Häkkinen Addresses #2. Continued adding GSL_error exceptions.
(edit) @750   17 years Jari Häkkinen Addresses #2. Continued adding GSL_error exceptions.
(edit) @749   17 years Peter fixes #72
(edit) @748   17 years Peter documentation for SNR improved. fixes #123
(edit) @747   17 years Peter replaced includes in header files with forward declarations when …
(edit) @746   17 years Peter Fixes #146
(edit) @745   17 years Peter fixes #154
(edit) @744   17 years Peter corrected some typos
(edit) @743   17 years Peter Changed function to return reference to member variable string. This …
(edit) @742   17 years Peter added test that LinearWeighte? is equal to PolynomialWeighted?(1) fixes #166
(edit) @741   17 years Peter fixes #161 and #164
(edit) @740   17 years Peter added more test in MultiDimWeighted? and moved some stuff to be …
(edit) @739   17 years Peter fixes #178 and removes a bug in MultiDimensional?
(edit) @738   17 years Jari Häkkinen Fixes #8 and #179, addresses #2.
(edit) @737   17 years Peter moving vector matrix multiplication to matrix.h and matrix.cc
(edit) @736   17 years Peter Fixes #176
(edit) @735   17 years Peter forgot to check in matrix.h
(edit) @734   17 years Peter added vector*matrix and matrix*vector operators. fixes #18
(edit) @733   17 years Peter fixes #53
(edit) @732   17 years Peter fixes #42
Note: See TracRevisionLog for help on using the revision log.