|
|
@1663
|
15 years |
Peter |
typos in Makefile.am - refs #466
|
|
|
@1662
|
15 years |
Peter |
fixing #468: propagate selected configure options to …
|
|
|
@1661
|
15 years |
Peter |
refs #466: moved destructor to be (pure) virtual and public.
|
|
|
@1660
|
15 years |
Peter |
fixed compilation error
|
|
|
@1659
|
15 years |
Peter |
adding a release target - might be extended in future but for now it …
|
|
|
@1658
|
15 years |
Peter |
Adding functions to use for fix precision comparisons (refs #470)
|
|
|
@1657
|
15 years |
Peter |
fixes #471
|
|
|
@1656
|
15 years |
Jari Häkkinen |
Rearragned code to avoid compiler warning.
|
|
|
@1655
|
15 years |
Jari Häkkinen |
Addresses #466. Removed bsearch from the GSL wrapper.
|
|
|
@1654
|
15 years |
Peter |
fixing what I tried to fix in [1653]
|
|
|
@1653
|
15 years |
Peter |
fixing link. The link was invalid because the trailing '.' was inluded …
|
|
|
@1652
|
15 years |
Jari Häkkinen |
Fixes #469. Added doxygen \since tag.
|
|
|
@1651
|
15 years |
Peter |
fixes #467 - implicit conversion between Vector and its Views are no …
|
|
|
@1650
|
15 years |
Jari Häkkinen |
Addresses #466. Added checks for GSL errors, improved docs, added some …
|
|
|
@1649
|
15 years |
Peter |
correcting text on filename in README
|
|
|
@1648
|
15 years |
Jari Häkkinen |
Addresses #466. Added more GSL functionality, added constructor tests.
|
|
|
@1647
|
15 years |
Jari Häkkinen |
Addresses #466. Added more interpolation algorithms. The full set of …
|
|
|
@1646
|
15 years |
Jari Häkkinen |
Addresses #466 added linear interpolation classes.
|
|
|
@1645
|
15 years |
Jari Häkkinen |
Addresses #466. Changed name of CSpline to CSplineInterpolation.
|
|
|
@1644
|
15 years |
Jari Häkkinen |
Addresses #466. Changed to VectorBase? passing. Added documentation.
|
|
|
@1643
|
15 years |
Jari Häkkinen |
Addresses #466 and #425. Added cubic spline interpolation (not …
|
|
|
@1642
|
15 years |
Peter |
adding a paragraph on how to access files in tests, and fixing indentation
|
|
|
@1641
|
15 years |
Peter |
typo
|
|
|
@1640
|
15 years |
Peter |
adding some text on how to use the test suite - and also some rules I …
|
|
|
@1639
|
15 years |
Peter |
adding a comment that data with zero weight should be ignored also …
|
|
|
@1638
|
15 years |
Peter |
typos
|
|
|
@1637
|
15 years |
Peter |
yat requires automake 1.10
|
|
|
@1636
|
15 years |
Peter |
prefer FILE rather than ./FILE
|
|
|
@1635
|
15 years |
Peter |
semantics
|
|
|
@1634
|
15 years |
Peter |
Fixed bug in CommandLine? how --no-switches are handled
|
|
|
@1633
|
15 years |
Peter |
do not rely on errno=0 on success
|
|
|
@1632
|
15 years |
Peter |
move the setting of print_arg from constructor to function in order to …
|
|
|
@1631
|
15 years |
Peter |
no reason to have a hard-coded '=' if we wanna allow flexibility
|
|
|
@1630
|
15 years |
Peter |
re-using convert function and correcting docs
|
|
|
@1629
|
15 years |
Peter |
made help output more flexible
|
|
|
@1628
|
15 years |
Peter |
improving exception message
|
|
|
@1627
|
15 years |
Peter |
adding a function FileUtil::lexists that uses lstat rather than stat.
|
|
|
@1626
|
15 years |
Peter |
closes #457 - kolmogorov_smirnov_test fails on Mac OS 10.4
|
|
|
@1623
|
15 years |
Peter |
fixed bug in YAT_FIND_STR
|
|
|
@1622
|
15 years |
Peter |
prefer m4_default rather than raw m4 macro (ifelse).
|
|
|
@1619
|
15 years |
Peter |
updating NEWS
|
|
|
@1618
|
15 years |
Peter |
increasing n and setting margin in a more statistically correct way. …
|
|
|
@1617
|
15 years |
Peter |
refs #457 - adding a test with two samples and avoid shadowing variables
|
|
|
@1616
|
15 years |
Peter |
fixes #459
|
|
|
@1615
|
15 years |
Peter |
avoid assignment of VectorConstView?
|
|
|
@1614
|
15 years |
Peter |
implementing copying in RNG_state. Previously compiler generated …
|
|
|
@1613
|
15 years |
Peter |
refs #457 - turning off the failing test temporarily until the issue …
|
|
|
@1612
|
15 years |
Peter |
fixing bug in KolmogorovSmirnov::reset. May refs #457 but not in an …
|
|
|
@1611
|
15 years |
Peter |
adding some NEWS items
|
|
|
@1610
|
15 years |
Peter |
typo
|
|
|
@1609
|
15 years |
Peter |
prefer rather than sed
|
|
|
@1608
|
15 years |
Peter |
refs #457 - correcting error margin (not fixing the problem though)
|
|
|
@1607
|
15 years |
Peter |
fixed typo in comment
|
|
|
@1606
|
15 years |
Peter |
fixes #456. YAT_LT_VERSION was already used to I picked …
|
|
|
@1605
|
15 years |
Peter |
adding requirements
|
|
|
@1604
|
15 years |
Peter |
corrected typos
|
|
|
@1603
|
15 years |
Peter |
removing include
|
|
|
@1602
|
15 years |
Peter |
correcting constness
|
|
|
@1601
|
15 years |
Peter |
adding function to set argument value in OptionArg?
|
|
|
@1600
|
15 years |
Peter |
- Fixed bug that data disappeared because data internally was stored
…
|
|
|
@1599
|
15 years |
Peter |
corrected throw message
|
|
|
@1598
|
15 years |
Peter |
Fixed some issues related to empty (zero sized) Matrix.
- …
|
|
|
@1597
|
15 years |
Peter |
adding check for --help and --version in installed scripts (yat-config)
|
|
|
@1596
|
15 years |
Peter |
Workaround to avoid problem that make gets broken when removing or …
|
|
|
@1595
|
15 years |
Peter |
adding a signed_score in KS statistics
|
|
|
@1594
|
15 years |
Peter |
removing debug code
|
|
|
@1593
|
15 years |
Peter |
fixes #452
|
|
|
@1592
|
15 years |
Peter |
cleaning up some includes
|
|
|
@1591
|
15 years |
Peter |
fixes #447
Moved some (internal) functions and clases to namespace …
|
|
|
@1590
|
15 years |
Peter |
some docs on weighted iterator - closes #395
|
|
|
@1589
|
15 years |
Peter |
fixes #444
|
|
|
@1588
|
15 years |
Peter |
cleaning up some docs and includes
|
|
|
@1587
|
15 years |
Peter |
closes #396
|
|
|
@1586
|
15 years |
Peter |
fixing knn_test - refs #396
|
|
|
@1585
|
15 years |
Peter |
refs #396 - fixing iterator_test
|
|
|
@1584
|
15 years |
Peter |
refs #396 - fixing feature_selector_test
|
|
|
@1583
|
15 years |
Peter |
removed layer of StrideIterator? for iterators having stride=1 all the …
|
|
|
@1582
|
15 years |
Peter |
refs #396 - fixing distance_test
|
|
|
@1581
|
15 years |
Peter |
refs #396 - fixing in KernelLookup?
|
|
|
@1580
|
15 years |
Peter |
refs #396
|
|
|
@1579
|
15 years |
Peter |
docs
|
|
|
@1578
|
15 years |
Peter |
docs
|
|
|
@1577
|
15 years |
Peter |
docs
|
|
|
@1576
|
15 years |
Jari Häkkinen |
Added missing $ tag.
|
|
|
@1575
|
15 years |
Jari Häkkinen |
Added missing $ tag.
|
|
|
@1574
|
15 years |
Peter |
avoid deleting NULL
|
|
|
@1573
|
15 years |
Jari Häkkinen |
Removing duplicate include statement.
|
|
|
@1572
|
15 years |
Jari Häkkinen |
Addresses #425.
|
|
|
@1571
|
15 years |
Jari Häkkinen |
Addresses #425.
|
|
|
@1570
|
15 years |
Jari Häkkinen |
Avoid allocating unused resources.
|
|
|
@1569
|
15 years |
Jari Häkkinen |
Prefer forward declaration.
|
|
|
@1568
|
15 years |
Jari Häkkinen |
Addresses #425.
|
|
|
@1567
|
15 years |
Peter |
removing includes of IteratorPolicy?.h - sorry about that.
|
|
|
@1566
|
15 years |
Peter |
removing IteratorPolicy? - closes #398
|
|
|
@1565
|
15 years |
Peter |
removed Policy from Container2DIterator - refs #398
|
|
|
@1564
|
15 years |
Peter |
removed specialization - not needed after previous commit
|
|
|
@1563
|
15 years |
Peter |
adding an iterator_traits specialization for when reference_type is …
|
|
|
@1562
|
15 years |
Peter |
specialization is not needed anymore due to change of default …
|
|
|
@1561
|
15 years |
Peter |
minor docs formatting
|
|
|
@1560
|
15 years |
Peter |
setting svn property
|
|
|