|
|
@247
|
18 years |
Jari Häkkinen |
Moved todo.txt to a better location.
|
|
|
@246
|
18 years |
Peter |
only doc
|
|
|
@245
|
18 years |
Peter |
fixed major bug
|
|
|
@244
|
18 years |
Peter |
bug in ccc function fixed
|
|
|
@242
|
18 years |
Jari Häkkinen |
Fixed mul_elements documentation, and made it inline.
|
|
|
@241
|
18 years |
Jari Häkkinen |
Cleaned up size_t/u_int confusion.
|
|
|
@240
|
18 years |
Jari Häkkinen |
Changed mul_elements interface, and fixed serious bug in it.
|
|
|
@237
|
18 years |
Peter |
fixed bug in fitting function
|
|
|
@235
|
18 years |
Peter |
Major modifications
|
|
|
@234
|
18 years |
Peter |
* empty log message *
|
|
|
@233
|
18 years |
Peter |
function added
|
|
|
@232
|
18 years |
Peter |
doc corrected
|
|
|
@231
|
18 years |
Peter |
filled incomplete stuff
|
|
|
@230
|
18 years |
Peter |
Interface changed. mse changed to be msd and ccc statistics added
|
|
|
@229
|
18 years |
Peter |
* empty log message *
|
|
|
@228
|
18 years |
Peter |
moved estimation from constructor, added function telling which rows …
|
|
|
@227
|
18 years |
Jari Häkkinen |
Started reimplementation of the vector class.
|
|
|
@226
|
18 years |
Jari Häkkinen |
* empty log message *
|
|
|
@225
|
18 years |
Jari Häkkinen |
Minor fixes.
|
|
|
@222
|
18 years |
Peter |
documentation modified
|
|
|
@221
|
18 years |
Peter |
interface to regression modified
|
|
|
@220
|
18 years |
Peter |
fixed bug in standard error function
|
|
|
@219
|
18 years |
Peter |
sum_xy_centered(void) added
|
|
|
@218
|
18 years |
Peter |
sum_xsqr_centered(void) added
|
|
|
@216
|
18 years |
Peter |
RegressionLocal? added
|
|
|
@215
|
18 years |
Jari Häkkinen |
Continued work on new Histogram.
|
|
|
@213
|
18 years |
Peter |
moving minor stuff to base class
|
|
|
@208
|
18 years |
Peter |
!!!
|
|
|
@207
|
18 years |
Peter |
fixed minor bugs
|
|
|
@206
|
18 years |
Peter |
.
|
|
|
@205
|
18 years |
Peter |
RegressionKernel? added
|
|
|
@204
|
18 years |
Peter |
Minor changes
|
|
|
@203
|
18 years |
Peter |
modified doc to go through latex
|
|
|
@202
|
18 years |
Peter |
adding classes for Regression
|
|
|
@201
|
18 years |
Peter |
doc
|
|
|
@200
|
18 years |
Peter |
Simplified interface to WeightedAverager?
|
|
|
@199
|
18 years |
Jari Häkkinen |
Continued re-implementation of Histogram.
|
|
|
@198
|
18 years |
Jari Häkkinen |
Fixed bugs.
|
|
|
@197
|
18 years |
Jari Häkkinen |
Cleanup interfaces for Averager classes and move stuff into statsitics …
|
|
|
@196
|
18 years |
Jari Häkkinen |
Changed Statistics class to statisics namespace.
Fixed other minor issues.
|
|
|
@195
|
18 years |
Jari Häkkinen |
First checkin of the new Histogram class.
|
|
|
@194
|
18 years |
Jari Häkkinen |
Modified documentation.
|
|
|
@193
|
18 years |
Peter |
RegressionLinear? added
|
|
|
@192
|
18 years |
Peter |
modified outstream operator to be compatible with istream constructor
|
|
|
@191
|
18 years |
Peter |
more simplistic interface
|
|
|
@190
|
18 years |
Peter |
modified n() to return a long
|
|
|
@189
|
18 years |
Jari Häkkinen |
Added missing #include.
|
|
|
@188
|
18 years |
Peter |
docs
|
|
|
@187
|
18 years |
Peter |
fixed bug with inheritance of p_value()
|
|
|
@186
|
18 years |
Peter |
Moving Fisher's exact test from Statistics.cc to having its own class …
|
|
|
@185
|
18 years |
Jari Häkkinen |
Added namespace documentation.
|
|
|
@184
|
18 years |
Peter |
documentation
|
|
|
@183
|
18 years |
Jari Häkkinen |
* empty log message *
|
|
|
@182
|
18 years |
Peter |
.
|
|
|
@181
|
18 years |
Peter |
modified constructors to take bool absolute
|
|
|
@180
|
18 years |
Peter |
.
|
|
|
@179
|
18 years |
Peter |
modified all the scores to be one-sided OR two-sided
|
|
|
@178
|
19 years |
Jari Häkkinen |
Fixed minor documentation issues and performed spell checking.
|
|
|
@177
|
19 years |
Jari Häkkinen |
Added documentation and some implementation comments.
|
|
|
@176
|
19 years |
Jari Häkkinen |
Corrected modification calculation.
|
|
|
@174
|
19 years |
Jari Häkkinen |
Added checks on perfect match rows, i.e. avoid zero (distance) division.
|
|
|
@173
|
19 years |
Jari Häkkinen |
* empty log message *
|
|
|
@172
|
19 years |
Jari Häkkinen |
Fixed stupid bug; now the original data is kept during whole impute …
|
|
|
@171
|
19 years |
Jari Häkkinen |
Fixed annoying compiler warning.
|
|
|
@170
|
19 years |
Peter |
doc
|
|
|
@169
|
19 years |
Peter |
Fisher's exact test
|
|
|
@168
|
19 years |
Peter |
percentile modified (is now defined as in GSL)
|
|
|
@167
|
19 years |
Peter |
.
|
|
|
@166
|
19 years |
Peter |
Kernel object modified to contain information about the KernelFunction? …
|
|
|
@165
|
19 years |
Peter |
.
|
|
|
@163
|
19 years |
Peter |
Design of Kernel class modified
|
|
|
@162
|
19 years |
Peter |
choice of maximal epochs added in SVM
|
|
|
@160
|
19 years |
Peter |
documetation
|
|
|
@159
|
19 years |
Peter |
modified weighted score to score target==1 vs the rest instead of …
|
|
|
@157
|
19 years |
Jari Häkkinen |
Changed algorithm to make no impute on values if no contributions …
|
|
|
@155
|
19 years |
Peter |
improved doc
|
|
|
@154
|
19 years |
Peter |
fixed bug in weighted version
|
|
|
@152
|
19 years |
Peter |
fixed cv bug
|
|
|
@150
|
19 years |
Peter |
fixed major bug
|
|
|
@149
|
19 years |
Peter |
modified score function
|
|
|
@148
|
19 years |
Peter |
modified score function
|
|
|
@146
|
19 years |
Jari Häkkinen |
Changed the NNI algorithms to accept matrix instead of istreams.
|
|
|
@145
|
19 years |
Jari Häkkinen |
Added WeNNI missing value imputer.
|
|
|
@144
|
19 years |
Jari Häkkinen |
* empty log message *
|
|
|
@143
|
19 years |
Jari Häkkinen |
Added entry to get header files into a distribution and also to make …
|
|
|
@142
|
19 years |
Jari Häkkinen |
* empty log message *
|
|
|
@141
|
19 years |
Peter |
modified documentation to be latex compilable
|
|
|
@140
|
19 years |
Peter |
changed includes
|
|
|
@139
|
19 years |
Peter |
!
|
|
|
@138
|
19 years |
Peter |
AveragerPair? added
|
|
|
@137
|
19 years |
Peter |
added constructor taking vector
|
|
|
@136
|
19 years |
Peter |
fixed bug
|
|
|
@135
|
19 years |
Peter |
added doc
|
|
|
@134
|
19 years |
Peter |
fixed bug
|
|
|
@133
|
19 years |
Peter |
added sorting
|
|
|
@132
|
19 years |
Peter |
modified stream constructor to ignore empty lines
|
|
|
@131
|
19 years |
Peter |
function set_row added
|
|
|
@130
|
19 years |
Peter |
modified doc to match the code
|
|
|
@128
|
19 years |
Peter |
modified istream constructor to ignore empty lines
|
|
|
@126
|
19 years |
Peter |
shuffle modified
|
|
|