|
|
@2124
|
13 years |
Peter |
updating url to dev.thep i couple of stray places
|
|
|
@2122
|
13 years |
Peter |
Remove implementation of operator==(DataWeightProxy?, DataWeightProxy?) …
|
|
|
@2121
|
13 years |
Peter |
updating copyrights to uniform encoding in them.
|
|
|
@2119
|
13 years |
Peter |
converted files to utf-8. fixes #577
|
|
|
@2118
|
13 years |
Peter |
mention that since yat 0.6 mad works with weighted iterators
|
|
|
@2117
|
13 years |
Peter |
fixes #576
|
|
|
@2103
|
14 years |
Peter |
merging patch release 0.5.5 into trunk. Delta 0.5.5 - 0.5.4
|
|
|
@2094
|
14 years |
Peter |
prefer c++ includes
|
|
|
@2090
|
14 years |
Peter |
initialize base class explicitely in copy constructor. doesn't really …
|
|
|
@2089
|
14 years |
Peter |
declare several constructors in random.h as explicit
fixes #571
|
|
|
@2078
|
14 years |
Peter |
remove inclusions not needed
|
|
|
@2077
|
14 years |
Peter |
refs #567 using YAT_ASSERT in header rather than assert
|
|
|
@2076
|
14 years |
Peter |
prefer including iosfwd instead of iostream when possible
|
|
|
@2075
|
14 years |
Peter |
corrected (negated) expression in YAT_ASSERT
|
|
|
@2068
|
14 years |
Peter |
fixes #562
|
|
|
@2064
|
14 years |
Peter |
passing by reference
|
|
|
@2062
|
14 years |
Peter |
fixed typo
|
|
|
@2061
|
14 years |
Peter |
removed include not needed
|
|
|
@2058
|
14 years |
Peter |
deprecate constructors conditionally. Deprecation is active only for …
|
|
|
@2057
|
14 years |
Peter |
refs #521. Deprecate class OptionInFile? and OptionOutFile?. Replaced …
|
|
|
@2055
|
14 years |
Peter |
fixed some warnings from gcc 4.3.1 and added some missing includes. …
|
|
|
@2054
|
14 years |
Peter |
refs 521. Using OptionFile? and StreamRedirector? rather than deprecated …
|
|
|
@2053
|
14 years |
Peter |
docs for StreamRedirector?. refs #521
|
|
|
@2052
|
14 years |
Peter |
added constructor that creates and internal ifstream. refs #521.
|
|
|
@2051
|
14 years |
Peter |
the conclusion that the stream needed to flushed was nonsense, so I …
|
|
|
@2050
|
14 years |
Peter |
refs #521. added constructor taking ostream and string. It does not …
|
|
|
@2049
|
14 years |
Peter |
using strerror in error msg from OptionFile? (fixes #559)
|
|
|
@2048
|
14 years |
Peter |
adding bool parameter in constructors and fixed some docs typos
|
|
|
@2047
|
14 years |
Peter |
closes #520 and refs #521. Implements the interface defined in #520 …
|
|
|
@2046
|
14 years |
Peter |
improved docs on some options classes (fixes #517, and removed some …
|
|
|
@2039
|
14 years |
Peter |
closes #554 - added function rescale in Smoother
|
|
|
@2038
|
14 years |
Peter |
closes #554 - added function rescale in Histogram.
|
|
|
@2034
|
14 years |
Peter |
fixed typos
|
|
|
@2033
|
14 years |
Peter |
delete nonsense doc line
|
|
|
@2032
|
14 years |
Peter |
fixes #555
|
|
|
@2015
|
14 years |
Peter |
adding missing \since flags
|
|
|
@2014
|
14 years |
Peter |
adding assert that NaN with finite weight are not allowd in KS statistics
|
|
|
@2013
|
14 years |
Peter |
removed includes not needed
|
|
|
@2011
|
14 years |
Peter |
avoid calling Matrix(0,x) or Matrix(x,0)
|
|
|
@2010
|
14 years |
Peter |
let user turn off yat's declaread function in std (which is not …
|
|
|
@2008
|
14 years |
Peter |
fixes #540 - removed assertion in Averager
|
|
|
@2006
|
14 years |
Peter |
fixes #536. This is the last fix for #536. I don't see how to avoid …
|
|
|
@2005
|
14 years |
Peter |
simplified code in qQuantileNormalizer - refs #536
|
|
|
@2004
|
14 years |
Peter |
simplified code in Percentiler - refs #536
|
|
|
@2003
|
14 years |
Peter |
refs #536. changed DataWeight? comparison operators to be based on …
|
|
|
@2001
|
14 years |
Peter |
fixes #550
|
|
|
@1999
|
14 years |
Peter |
refs #415 added docs for functions merge
|
|
|
@1998
|
14 years |
Peter |
Merged patch release 0.5.4 to the trunk. Delta 0.5.4 - 0.5.3
|
|
|
@1993
|
14 years |
Peter |
refs #415 - added function for merging into a MatrixWeighted?, …
|
|
|
@1992
|
14 years |
Peter |
refs #415. simplified code a bit
|
|
|
@1991
|
14 years |
Peter |
corrected some docs in Matrix
|
|
|
@1990
|
14 years |
Peter |
refs #415. First implementation of a merge, but no docs yet
|
|
|
@1989
|
14 years |
Peter |
refs #415. added test, interface and empty implementation for merge
|
|
|
@1971
|
14 years |
Peter |
adding missing since tags
|
|
|
@1970
|
14 years |
Peter |
adding specialization less_nan<DataWeight?>
|
|
|
@1967
|
14 years |
Peter |
refs #536 using less_nan in Vector sort
|
|
|
@1966
|
14 years |
Peter |
adding functor less_nan (refs #536)
|
|
|
@1954
|
14 years |
Jari Häkkinen |
Merged patch release 0.5.3 to the trunk. Delta 0.5.3 - 0.5.2
|
|
|
@1942
|
14 years |
Peter |
fixes #537
|
|
|
@1936
|
14 years |
Peter |
silent rule for doxygen.m4 in yat/yat
|
|
|
@1930
|
14 years |
Peter |
avoid copying in MatrixWeighted?(istream), i.e., avoid use of …
|
|
|
@1929
|
14 years |
Peter |
refs #510. using load function in Vector(istream) constructor
|
|
|
@1928
|
14 years |
Peter |
refs #510 - allow function 'load' to ignore empty lines and check that …
|
|
|
@1927
|
14 years |
Peter |
refs #510 using load function in Matrix istream constructor. Behavior …
|
|
|
@1923
|
14 years |
Peter |
refs #510 - avoid problem with empty lines
|
|
|
@1922
|
14 years |
Peter |
working on ticket 510 (refs #510)
|
|
|
@1920
|
14 years |
Peter |
fixes #393
|
|
|
@1919
|
14 years |
Peter |
fixes #519
|
|
|
@1912
|
14 years |
Peter |
refs #531 - another attempt to make this work on OSX
|
|
|
@1911
|
14 years |
Peter |
refs #531 - less verbose during 'make doxygen.mk'
|
|
|
@1909
|
14 years |
Peter |
an attempt to make creation of doxygen.mk more portable. refs #531
|
|
|
@1905
|
14 years |
Peter |
Revised make dependencies for generating doxygen docs (fixes #438 and …
|
|
|
@1897
|
14 years |
Peter |
fixes #522. Introduced a variable YAT_PRIMARY_LIBS that is YAT_LIBS …
|
|
|
@1892
|
14 years |
Peter |
Removed dependency to cblas in libyat. There are three new make …
|
|
|
@1891
|
14 years |
Peter |
refs #454 - forgot the last file in r1890
|
|
|
@1890
|
14 years |
Peter |
fixes #454 - throw exception when detecting funky dimensions
|
|
|
@1888
|
14 years |
Peter |
updating copyright years
|
|
|
@1887
|
14 years |
Peter |
closes #512. added relates tag in namespace utility.
|
|
|
@1886
|
14 years |
Peter |
refs #512. added relates tag in namespace statistics.
|
|
|
@1885
|
14 years |
Peter |
refs #512. added relates tag in namespace regression.
|
|
|
@1883
|
14 years |
Peter |
refs #512. added relates and relatesalso tags on some free functions …
|
|
|
@1881
|
14 years |
Peter |
add missing since tag
|
|
|
@1879
|
14 years |
Peter |
docs typo
|
|
|
@1878
|
14 years |
Peter |
Adding a GetlineIterator?. closes #507
|
|
|
@1876
|
14 years |
Peter |
fixes #504
|
|
|
@1875
|
14 years |
Peter |
fixes #504. Also added pp macro YAT_ASSERT that calls yat_assert with …
|
|
|
@1874
|
14 years |
Peter |
merge patch release 0.5.2 into trunk. Delta 0.5.2 - 0.5.1
|
|
|
@1867
|
14 years |
Peter |
minor docs improvement
|
|
|
@1866
|
14 years |
Peter |
remove multiple assignment
|
|
|
@1865
|
14 years |
Peter |
adding another test and fixing prediction when having empty training …
|
|
|
@1863
|
14 years |
Peter |
fixes #506
|
|
|
@1861
|
14 years |
Peter |
refs #269. Adding some simple tests. Also adding svm parameters. I …
|
|
|
@1860
|
14 years |
Peter |
refs 269. Avoid training and predict for classes with no training data.
|
|
|
@1859
|
14 years |
Peter |
adding access function to variable trained_, and a function to reset …
|
|
|
@1858
|
14 years |
Peter |
updating copyright
|
|
|
@1855
|
14 years |
Peter |
a first version of SvmMultiClass? (refs #269)
|
|
|
@1852
|
14 years |
Peter |
removing nonsense/obsolete docs
|
|
|
@1849
|
14 years |
Peter |
added a link to IGP paper
|
|
|
@1844
|
14 years |
Peter |
Docs assumed that equal and equivalent were the same for involved types.
|
|
|
@1835
|
14 years |
Peter |
fixes #399 - allow weighted iterators in mad
|
|
|