|
|
@516
|
17 years |
Peter |
added function generating weight matrix with respect to not-a-number …
|
|
|
@515
|
17 years |
Peter |
fixed indentation for doxygen
|
|
|
@514
|
17 years |
Peter |
generalised binary functionality in Target
|
|
|
@513
|
17 years |
Peter |
added kernels using weights
|
|
|
@512
|
17 years |
Peter |
moved common member variables to base class Kernel
|
|
|
@511
|
17 years |
Peter |
added percentile function for gslapi::vector
|
|
|
@510
|
17 years |
Peter |
fixed nan return in AveragerPair::ccc()
|
|
|
@509
|
17 years |
Peter |
added test for target
redesign crossSplitter
added two class function …
|
|
|
@508
|
17 years |
Jari Häkkinen |
Removed autotools directory that should not exist here (autotools …
|
|
|
@507
|
17 years |
Jari Häkkinen |
Reverting these files to revision 505; these were changed by mistake.
|
|
|
@506
|
17 years |
Jari Häkkinen |
Fixed spelling error.
|
|
|
@505
|
17 years |
Markus Ringnér |
Continuing with adding validation functionality to EnsembleBuilder?. …
|
|
|
@504
|
17 years |
Markus Ringnér |
Test program for the nearest centroid classifier (ncc) parts of …
|
|
|
@503
|
17 years |
Markus Ringnér |
First drafts for a distance interface and one implementation (Pearson)
|
|
|
@502
|
17 years |
Peter |
improved median and percentile functions
|
|
|
@501
|
17 years |
Jari Häkkinen |
Added missing #insert <cassert>
|
|
|
@500
|
17 years |
Peter |
implemented median function for gslapi::vector
changed sister …
|
|
|
@499
|
17 years |
Peter |
set tolerance to round_error
|
|
|
@498
|
17 years |
Jari Häkkinen |
Fixed type mismatch on Mac.
|
|
|
@497
|
17 years |
Jari Häkkinen |
Added todo item.
|
|
|
@496
|
17 years |
Peter |
implemented AveragerPair::msd()
|
|
|
@495
|
17 years |
Peter |
modified interface for Regression::Local
|
|
|
@494
|
17 years |
Peter |
added pdf link and creation of Statistics document
|
|
|
@493
|
17 years |
Peter |
fixed typo in tScore and added make_classifier in SVM
|
|
|
@492
|
17 years |
Peter |
updated Weighted Statistics document and reimplemented few stuff. …
|
|
|
@491
|
17 years |
Peter |
made SVM inherit from SupervisedClassifer?
|
|
|
@490
|
17 years |
Peter |
added tests for AveragerPairWeighted?, corrected docs, and added an …
|
|
|
@489
|
17 years |
Peter |
added functions to AveragerPairWeighted?. Not tested yet.
|
|
|
@488
|
17 years |
Peter |
made Score classes ignoring data points with weight zero
|
|
|
@487
|
17 years |
Peter |
mad covariance calculation coherent with variance and added tests for …
|
|
|
@486
|
17 years |
Peter |
aligned AveragerWeighted? with Averager and added tests for checking …
|
|
|
@485
|
17 years |
Markus Ringnér |
First draft of EnsembleBuilder?
|
|
|
@484
|
17 years |
Peter |
added tests to Averager and fixed bug
|
|
|
@483
|
17 years |
Peter |
Went through averager class. Changed function to be sum_xx and …
|
|
|
@482
|
17 years |
Peter |
modified interface to CrossSplitter?, added functions to DataLookup2D …
|
|
|
@481
|
17 years |
Markus Ringnér |
Initial versions that will not compile but are more documentation for …
|
|
|
@480
|
17 years |
Jari Häkkinen |
Changed the statistics link once more.
Added Markus to authors.
Added …
|
|
|
@479
|
17 years |
Jari Häkkinen |
Removed obsolete doxygen config entry.
|
|
|
@478
|
17 years |
Peter |
removed KernelView? again - somehow the file was resurrected when the …
|
|
|
@477
|
17 years |
Jari Häkkinen |
|
|
|
@476
|
17 years |
Markus Ringnér |
Added interface class for supervised classifiers. Fixed NCC to comply …
|
|
|
@475
|
17 years |
Peter |
I dont know what happened, but everything is changed…
|
|
|
@472
|
17 years |
Jari Häkkinen |
Added mr Markus.
|
|
|
@465
|
17 years |
Peter |
implemented score for WilcoxonFoldChange?
|
|
|
@464
|
17 years |
Peter |
made median template
|
|
|
@463
|
17 years |
Peter |
fixed bug in KernelView? constructor and updated tests
|
|
|
@462
|
17 years |
Peter |
changed link to svnstat plot to my place
|
|
|
@461
|
17 years |
Peter |
?
|
|
|
@460
|
17 years |
Peter |
changed name of class
|
|
|
@459
|
17 years |
Peter |
only one class per line in Makefile.am
|
|
|
@458
|
17 years |
Markus Ringnér |
namespace svm changed to classifier
|
|
|
@457
|
17 years |
Markus Ringnér |
|
|
|
@456
|
17 years |
Markus Ringnér |
Updated to use DataViews?
|
|
|
@455
|
17 years |
Markus Ringnér |
Adding classes to support general views of matrices (and kernels). …
|
|
|
@454
|
17 years |
Markus Ringnér |
Added class for Nearest Centroid Classifier
|
|
|
@453
|
17 years |
Peter |
changed namespace svm to classifier in test
|
|
|
@452
|
17 years |
Peter |
it should compile now
|
|
|
@451
|
17 years |
Peter |
directory svm -> classifier
|
|
|
@450
|
17 years |
Peter |
starting to move namespace svm, it wont work compiling for a while, …
|
|
|
@449
|
17 years |
Peter |
added approximative p-value calculation using Chi2, fixed some bugs, …
|
|
|
@448
|
17 years |
Peter |
oops, at least compiling now
|
|
|
@447
|
17 years |
Peter |
added copy constructor for KernelView? and added construction of …
|
|
|
@446
|
17 years |
Peter |
added copy constructor for KernelView? and added construction of …
|
|
|
@445
|
17 years |
Peter |
added reset function and copy constructor to SVM
|
|
|
@444
|
17 years |
Markus Ringnér |
cosmetic change of printout
|
|
|
@443
|
17 years |
Jari Häkkinen |
Added missing virtual destructors.
|
|
|
@442
|
17 years |
Jari Häkkinen |
Added include of needed header files.
|
|
|
@441
|
17 years |
Jari Häkkinen |
Added include of cassert
|
|
|
@440
|
17 years |
Jari Häkkinen |
Added include of cassert
|
|
|
@439
|
17 years |
Markus Ringnér |
Fixed istream parsing when separator is last on line: a trailing NaN …
|
|
|
@438
|
17 years |
Markus Ringnér |
Fixed the test for checking for unexpected characters in vector …
|
|
|
@437
|
17 years |
Jari Häkkinen |
Minor style fixes.
|
|
|
@436
|
17 years |
Markus Ringnér |
Added support for NaN:s in read_to_int and read_to_double. Added …
|
|
|
@435
|
17 years |
Markus Ringnér |
Changed to using stringstreams when checking types for strings
|
|
|
@434
|
17 years |
Markus Ringnér |
Modified istream constructors to support both the old format and CSV …
|
|
|
@433
|
18 years |
Markus Ringnér |
Added member function to add all values in a gsl vector
|
|
|
@432
|
18 years |
Markus Ringnér |
Added operator<< for pairs
|
|
|
@431
|
18 years |
Markus Ringnér |
Added sort elements member function
|
|
|
@430
|
18 years |
Peter |
changed interface of Regression::Local
|
|
|
@429
|
18 years |
Peter |
separating weighted and non-weighted regression to different classes.
|
|
|
@428
|
18 years |
Peter |
improved doc in Score
|
|
|
@427
|
18 years |
Peter |
modified Averagers so their size in unsigned
|
|
|
@425
|
18 years |
Jari Häkkinen |
Fixed bug in DiscreteUniform?.
Added seeding support for classes …
|
|
|
@424
|
18 years |
Jari Häkkinen |
Fixed documentation and moved around code.
|
|
|
@423
|
18 years |
Jari Häkkinen |
Fixed gnuplot to generate png.
|
|
|
@422
|
18 years |
Peter |
Fixed statistics script. png generation must be fixed.
|
|
|
@421
|
18 years |
Jari Häkkinen |
Created non-sense matrix*vector operator.
|
|
|
@420
|
18 years |
Jari Häkkinen |
Merged better_matrix_class changes r402:419 into the trunk.
|
|
|
@414
|
18 years |
Peter |
adding FoldChange? class and fixing bugs in Score classes
|
|
|
@412
|
18 years |
Peter |
fixing bug with window in both ends
|
|
|
@411
|
18 years |
Jari Häkkinen |
Move todo items to trac.
|
|
|
@410
|
18 years |
Peter |
removed p-value from Score baseclass interface
|
|
|
@401
|
18 years |
Peter |
fixing problem in test
|
|
|
@400
|
18 years |
Peter |
cleaning up AveragerWeighted?
|
|
|
@399
|
18 years |
Peter |
moved test averagers to one file
changed -p flag to -v flag
|
|
|
@398
|
18 years |
Peter |
added todo to AveragerWeighted?
|
|
|
@397
|
18 years |
Jari Häkkinen |
Fixed issues in AveragerWeighted?, added todo items.
|
|
|
@396
|
18 years |
Peter |
remove files from testing soft link
|
|
|
@395
|
18 years |
Peter |
testing even more stuff
|
|
|
@394
|
18 years |
Peter |
testing soft links
|
|
|