# # ChangeLog for trunk/c++_tools/utility # # Generated by Trac 1.2.3 # May 18, 2022, 8:07:14 AM Mon, 28 Aug 2006 13:03:54 GMT Markus Ringnér [597] * trunk/c++_tools/classifier/ConsensusInputRanker.h (modified) * trunk/c++_tools/classifier/Kernel.h (modified) * trunk/c++_tools/classifier/KernelLookup.h (modified) * trunk/c++_tools/classifier/KernelWeighted_MEV.h (modified) * trunk/c++_tools/classifier/KernelWeighted_SEV.h (modified) * trunk/c++_tools/classifier/Kernel_MEV.h (modified) * trunk/c++_tools/classifier/Kernel_SEV.h (modified) * trunk/c++_tools/classifier/MatrixLookupWeighted.h (modified) * trunk/c++_tools/classifier/SVM.h (modified) * trunk/c++_tools/gslapi/matrix.h (modified) * trunk/c++_tools/gslapi/vector.h (modified) * trunk/c++_tools/statistics/Averager.h (modified) * trunk/c++_tools/statistics/AveragerPair.h (modified) * trunk/c++_tools/statistics/Pearson.h (modified) * trunk/c++_tools/statistics/tScore.h (modified) * trunk/c++_tools/utility/SVD.h (modified) Fixed comments so they pass without some of the complaits from ... Mon, 28 Aug 2006 07:47:51 GMT Peter [594] * trunk/c++_tools/utility/CommandLine.cc (added) * trunk/c++_tools/utility/CommandLine.h (added) * trunk/c++_tools/utility/Makefile.am (modified) * trunk/c++_tools/utility/Option.cc (added) * trunk/c++_tools/utility/Option.h (added) * trunk/test/Makefile.am (modified) * trunk/test/commandline_test.cc (added) closes #91 class parsing commandline Thu, 04 May 2006 10:28:20 GMT Jari Häkkinen [580] * trunk/c++_tools/classifier/Makefile.am (modified) * trunk/c++_tools/gslapi/Makefile.am (modified) * trunk/c++_tools/random/Makefile.am (modified) * trunk/c++_tools/statistics/Makefile.am (modified) * trunk/c++_tools/utility/Makefile.am (modified) * trunk/test/Makefile.am (modified) Removed LOCAL_INCLUDES. Thu, 06 Apr 2006 22:36:45 GMT Jari Häkkinen [575] * trunk/Makefile.am (modified) * trunk/c++_tools (moved) Renaming lib to c++_tools. Wed, 05 Apr 2006 13:09:49 GMT Jari Häkkinen [570] * trunk/lib/gslapi/Makefile.am (modified) * trunk/lib/gslapi/matrix.cc (modified) * trunk/lib/gslapi/matrix.h (modified) * trunk/lib/gslapi/vector.cc (modified) * trunk/lib/gslapi/vector.h (modified) * trunk/lib/utility/Exception.h (modified) * trunk/lib/utility/FileIO.cc (modified) * trunk/lib/utility/FileIO.h (modified) * trunk/lib/utility/Makefile.am (modified) * trunk/lib/utility/NNI.cc (modified) * trunk/lib/utility/NNI.h (modified) * trunk/lib/utility/WeNNI.cc (modified) * trunk/lib/utility/WeNNI.h (modified) * trunk/lib/utility/kNNI.cc (modified) * trunk/lib/utility/kNNI.h (modified) * trunk/lib/utility/stl_utility.cc (modified) * trunk/lib/utility/stl_utility.h (modified) * trunk/lib/utility/utility.cc (modified) * trunk/lib/utility/utility.h (modified) Added copyright statement to files.