|
|
@334
|
18 years |
Jari Häkkinen |
Fixed compiler issues when using option -pedantic.
|
|
|
@333
|
18 years |
Jari Häkkinen |
Fixed needed base class contructor.
|
|
|
@332
|
18 years |
Jari Häkkinen |
Resolved strange Id tag issue.
|
|
|
@331
|
18 years |
Peter |
add KernelView? in makefile and small fixes
|
|
|
@330
|
18 years |
Peter |
added an abstract base class for Kernel from which Kernel_SEV …
|
|
|
@329
|
18 years |
Peter |
corrected includes
|
|
|
@328
|
18 years |
Jari Häkkinen |
Changed vector(istream&) implementation, i.e. removed matrix dependency.
|
|
|
@327
|
18 years |
Jari Häkkinen |
Moved non-STL specific functionality outside of stl_utility.h
|
|
|
@326
|
18 years |
Jari Häkkinen |
Cleaned up doxygen output.
|
|
|
@325
|
18 years |
Jari Häkkinen |
Added option to remove assert at production compile time.
Removed …
|
|
|
@324
|
18 years |
Peter |
updated todo
|
|
|
@323
|
18 years |
Peter |
major modifications in SVM::train() in an attempt to speed it up. …
|
|
|
@322
|
18 years |
Peter |
made arguments const and added some doc
|
|
|
@321
|
18 years |
Peter |
added todos for the vector and matrix
|
|
|
@320
|
18 years |
Peter |
removed statistics script, takes too long time
|
|
|
@319
|
18 years |
Jari Häkkinen |
Add header install instruction to Makefile.am files.
|
|
|
@318
|
18 years |
Peter |
dox
|
|
|
@317
|
18 years |
Peter |
TODO updated
|
|
|
@316
|
18 years |
Peter |
svnplot added to dox
|
|
|
@315
|
18 years |
Peter |
removed file because it should be in doc
|
|
|
@314
|
18 years |
Peter |
minor changes
|
|
|
@313
|
18 years |
Peter |
doc corrected
|
|
|
@312
|
18 years |
Peter |
doc
|
|
|
@311
|
18 years |
Peter |
modifications make is not going down in doc/ in other words to update …
|
|
|
@310
|
18 years |
Peter |
fixed bug with output operator
|
|
|
@309
|
18 years |
Peter |
|
|
|
@308
|
18 years |
Peter |
get Poisson distributed random number added
|
|
|
@307
|
18 years |
Peter |
changed names of Kernels and made them work
|
|
|
@306
|
18 years |
Peter |
splitted kernel in two versions SEV and MEV
|
|
|
@305
|
18 years |
Peter |
bux fix
|
|
|
@304
|
18 years |
Peter |
moved namespace dox to separate file
|
|
|
@303
|
18 years |
Peter |
docs
|
|
|
@302
|
18 years |
Peter |
README added
|
|
|
@301
|
18 years |
Peter |
modified includes in tests
|
|
|
@300
|
18 years |
Peter |
removed src directory
|
|
|
@299
|
18 years |
Jari Häkkinen |
*NNI contructor changed, need to call estimate() for imputation.
|
|
|
@298
|
18 years |
Peter |
fixed include problems
|
|
|
@297
|
18 years |
Peter |
bux fixes
|
|
|
@296
|
18 years |
Peter |
corrected name of KernelBox?
|
|
|
@295
|
18 years |
Peter |
file structure modifications. NOTE, this revision is not working, …
|
|
|
@294
|
18 years |
Peter |
|
|
|
@293
|
18 years |
Peter |
|
|
|
@292
|
18 years |
Peter |
enabled printouts from failure
|
|
|
@291
|
18 years |
Peter |
small changes
|
|
|
@290
|
18 years |
Peter |
modified to be able to print when fail
|
|
|
@289
|
18 years |
Peter |
fixed bug with p-value
|
|
|
@288
|
18 years |
Peter |
modified to return 0 when ok
|
|
|
@287
|
18 years |
Peter |
moved specific test code to test_pca
|
|
|
@286
|
18 years |
Peter |
added default as in base class
|
|
|
@285
|
18 years |
Peter |
major revision of style of tests
|
|
|
@284
|
18 years |
Peter |
test added
|
|
|
@283
|
18 years |
Peter |
fixed doc
|
|
|
@282
|
18 years |
Peter |
bux fix in calculation of kernel weight
|
|
|
@281
|
18 years |
Peter |
added TriCube? kernel for Regression
|
|
|
@280
|
18 years |
Peter |
modified to use vector views
|
|
|
@279
|
18 years |
Peter |
added test result output
|
|
|
@278
|
18 years |
Peter |
|
|
|
@277
|
18 years |
Peter |
|
|
|
@276
|
18 years |
Peter |
+= and -= operators added
|
|
|
@275
|
18 years |
Peter |
modified istream constructor for vector class to use the matrix constructor
|
|
|
@274
|
18 years |
Peter |
modified read functions so they can read after the last newline to end …
|
|
|
@273
|
18 years |
Peter |
modified istream constructor to use function in stl_utility and …
|
|
|
@272
|
18 years |
Peter |
soft equal function added and equality and non-equality operators added
|
|
|
@271
|
18 years |
Peter |
test for matrix added
|
|
|
@270
|
18 years |
Peter |
bug fixes
|
|
|
@269
|
18 years |
Peter |
test for stl_utility added
|
|
|
@268
|
18 years |
Peter |
file for testing stl_utility
|
|
|
@267
|
18 years |
Peter |
modified names of variables
|
|
|
@266
|
18 years |
Peter |
|
|
|
@265
|
18 years |
Peter |
doc added and some changes of variable names
|
|
|
@264
|
18 years |
Peter |
item added
|
|
|
@263
|
18 years |
Peter |
modified interface to avoid bug in doxygen
|
|
|
@262
|
18 years |
Peter |
functions added to read into vectors of string, int or double from …
|
|
|
@261
|
18 years |
Peter |
fixed bug and added test for alignment
|
|
|
@260
|
18 years |
Jari Häkkinen |
Removed stray punctuation in documentation.
|
|
|
@259
|
18 years |
Jari Häkkinen |
Moved out shuffle from vecotr class.
|
|
|
@258
|
18 years |
Jari Häkkinen |
Changed CXXFLAGS.
|
|
|
@257
|
18 years |
Jari Häkkinen |
Added vector views and made vector member functions to be non-member …
|
|
|
@256
|
18 years |
Peter |
added functionality to get information about best path
|
|
|
@255
|
18 years |
Peter |
RegressionKernelTriCube?: Create
|
|
|
@254
|
18 years |
Peter |
modified to match new interface
|
|
|
@253
|
18 years |
Peter |
modified prediction function in RegressionLocal? to take a ostream
|
|
|
@252
|
18 years |
Peter |
corrected calculation of ccc
|
|
|
@251
|
18 years |
Jari Häkkinen |
More svn:ignore property setting.
|
|
|
@250
|
18 years |
Jari Häkkinen |
Redo of setting svn:ignore property. This time subversion ignores
the …
|
|
|
@249
|
18 years |
Jari Häkkinen |
Added svn:ignore property to make subversion ignore autotools …
|
|
|
@248
|
18 years |
Jari Häkkinen |
Added missing autotools directory.
|
|
|
@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
|
|
|
@243
|
18 years |
Peter |
changed default compiler flags
|
|
|
@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.
|
|
|
@239
|
18 years |
Peter |
the spelling of my name
|
|
|
@238
|
18 years |
Peter |
* empty log message *
|
|
|
@237
|
18 years |
Peter |
fixed bug in fitting function
|
|
|
@236
|
18 years |
Peter |
modified to suit new interface
|
|
|
@235
|
18 years |
Peter |
Major modifications
|
|
|