source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @580   17 years Jari Häkkinen Removed LOCAL_INCLUDES.
(edit) @579   17 years Jari Häkkinen Removed obsolete lines.
(edit) @578   17 years Jari Häkkinen Removed stray file.
(edit) @577   17 years Jari Häkkinen More lib changed to c++_tools stuff.
(edit) @576   17 years Jari Häkkinen lib changed to c++_tools
(edit) @575   17 years Jari Häkkinen Renaming lib to c++_tools.
(edit) @574   17 years Jari Häkkinen Removing symbolic link.
(edit) @573   17 years Jari Häkkinen Made documentation generation optional, issue 'make doc' for docs …
(edit) @572   17 years Jari Häkkinen Removed optional creation of doc. Changed package name.
(edit) @571   17 years Peter added function to set C-Parameter in SVM
(edit) @570   17 years Jari Häkkinen Added copyright statement to files.
(edit) @569   17 years Peter modified prediction from SVM
(edit) @568   17 years Peter minor change in SVM
(edit) @567   17 years Markus Ringnér Fixed error message when ,atrix contains elements not covertible to …
(edit) @566   17 years Peter fixed bug in selected function in Kernels
(edit) @565   17 years Peter removed default row/column in constructors (MatrixLookup? and DataLookup1D)
(edit) @564   17 years Peter weight MatrixLookup? from a KernelLookup?
(edit) @563   17 years Jari Häkkinen Added copyright statement.
(edit) @562   17 years Jari Häkkinen Corrected copyright statement.
(edit) @561   17 years Jari Häkkinen Fixed documentation, added copyright statement.
(edit) @560   17 years Markus Ringnér Minor fixes plus fixed bug in ConsensusInputRanker?
(edit) @559   17 years Peter some changes in EB
(edit) @558   17 years Peter ConsensusInputRanker? now supports weights
(edit) @557   17 years Peter fixed bug in Averager::variance
(edit) @556   17 years Peter correcting assignment operators
(edit) @555   17 years Peter inserted private operator=
(edit) @554   17 years Markus Ringnér added small test
(edit) @553   17 years Peter added range check in KernelLookup? Constructor and clarified doc in …
(edit) @552   17 years Peter killed bug in SVM
(edit) @551   17 years Markus Ringnér Added tests of two nested CrossSplitters? to crossvalidation_test
(edit) @550   17 years Peter removed assert from matrix.h
(edit) @549   17 years Peter forgot to add file
(edit) @548   17 years Peter fixed bug in Kernels
(edit) @547   17 years Peter deleting dynamically allocated kernels in SVM destructor
(edit) @546   17 years Peter inlined function
(edit) @545   17 years Peter added feature selection for SVM
(edit) @544   17 years Peter corrected SVM::make_classifier
(edit) @543   17 years Peter moved destruction of ranker to SupervisedClassifier?
(edit) @542   17 years Peter added predict function in SVM supporting weight
(edit) @541   17 years Peter weights supported in CrossSplitter?
(edit) @540   17 years Peter added weights in CrossSplitter? - not supported in interface though.
(edit) @539   17 years Peter re-introduced prediction in SVM
(edit) @538   17 years Peter corrected test for KernelLookup?
(edit) @537   17 years Peter forked tests and fixed bugs
(edit) @536   17 years Peter fixed problem with ConsensusInputranker? - Now all tests do pass
(edit) @535   17 years Peter changed minor stupid stuff in gslapi
(edit) @534   17 years Peter bug fixes in MatrixLookup? and extended test
(edit) @533   17 years Peter test for MatrixLookup?. NOTE: consensus_inputranker_test still fails
(edit) @532   17 years Peter modified implementation of Parson weighted - now in line with other …
(edit) @531   17 years Markus Ringnér Note there are some problem when creating MatrixLookups? from …
(edit) @530   17 years Markus Ringnér Fixed problems for empty target groups
(edit) @529   17 years Markus Ringnér Added score for signal-to-noise ratio (Golub score). Fixed …
(edit) @528   17 years Peter adding source files that were forgotten
(edit) @527   17 years Peter Modified Kernel to be built from MatrixLookup? rather than …
(edit) @526   17 years Markus Ringnér Fixed bug in tScore and in MatrixLookup?. Added support for scoring …
(edit) @525   17 years Markus Ringnér Added structure to Supervised classifier and NCC to support ranking …
(edit) @524   17 years Peter fixed bug PolynimialKernelFunction? - can now handle NaNs? with weights
(edit) @523   17 years Peter add prediction functions to SVM
(edit) @522   17 years Peter added function to add InputRanker? to ConsensusInputRanker?
(edit) @521   17 years Peter extended target and ensemble tests
(edit) @520   17 years Peter changed internal representation in Target
(edit) @519   17 years Peter percentile is now called percentile
(edit) @518   17 years Peter also adding the test for EnsembleBuilder?
(edit) @517   17 years Peter fixed bug in DataLookup2D and created test for EnsembleBuilder?
(edit) @516   17 years Peter added function generating weight matrix with respect to not-a-number …
(edit) @515   17 years Peter fixed indentation for doxygen
(edit) @514   17 years Peter generalised binary functionality in Target
(edit) @513   17 years Peter added kernels using weights
(edit) @512   17 years Peter moved common member variables to base class Kernel
(edit) @511   17 years Peter added percentile function for gslapi::vector
(edit) @510   17 years Peter fixed nan return in AveragerPair::ccc()
(edit) @509   17 years Peter added test for target redesign crossSplitter added two class function …
(edit) @508   17 years Jari Häkkinen Removed autotools directory that should not exist here (autotools …
(edit) @507   17 years Jari Häkkinen Reverting these files to revision 505; these were changed by mistake.
(edit) @506   17 years Jari Häkkinen Fixed spelling error.
(edit) @505   17 years Markus Ringnér Continuing with adding validation functionality to EnsembleBuilder?. …
(edit) @504   17 years Markus Ringnér Test program for the nearest centroid classifier (ncc) parts of …
(edit) @503   17 years Markus Ringnér First drafts for a distance interface and one implementation (Pearson)
(edit) @502   17 years Peter improved median and percentile functions
(edit) @501   17 years Jari Häkkinen Added missing #insert <cassert>
(edit) @500   17 years Peter implemented median function for gslapi::vector changed sister …
(edit) @499   17 years Peter set tolerance to round_error
(edit) @498   17 years Jari Häkkinen Fixed type mismatch on Mac.
(edit) @497   17 years Jari Häkkinen Added todo item.
(edit) @496   17 years Peter implemented AveragerPair::msd()
(edit) @495   17 years Peter modified interface for Regression::Local
(edit) @494   17 years Peter added pdf link and creation of Statistics document
(edit) @493   17 years Peter fixed typo in tScore and added make_classifier in SVM
(edit) @492   17 years Peter updated Weighted Statistics document and reimplemented few stuff. …
(edit) @491   17 years Peter made SVM inherit from SupervisedClassifer?
(edit) @490   17 years Peter added tests for AveragerPairWeighted?, corrected docs, and added an …
(edit) @489   17 years Peter added functions to AveragerPairWeighted?. Not tested yet.
(edit) @488   17 years Peter made Score classes ignoring data points with weight zero
(edit) @487   17 years Peter mad covariance calculation coherent with variance and added tests for …
(edit) @486   17 years Peter aligned AveragerWeighted? with Averager and added tests for checking …
(edit) @485   17 years Markus Ringnér First draft of EnsembleBuilder?
(edit) @484   17 years Peter added tests to Averager and fixed bug
(edit) @483   17 years Peter Went through averager class. Changed function to be sum_xx and …
(edit) @482   17 years Peter modified interface to CrossSplitter?, added functions to DataLookup2D …
(edit) @481   17 years Markus Ringnér Initial versions that will not compile but are more documentation for …
Note: See TracRevisionLog for help on using the revision log.