|
|
@1646
|
14 years |
Jari Häkkinen |
Addresses #466 added linear interpolation classes.
|
|
|
@1645
|
14 years |
Jari Häkkinen |
Addresses #466. Changed name of CSpline to CSplineInterpolation.
|
|
|
@1644
|
14 years |
Jari Häkkinen |
Addresses #466. Changed to VectorBase? passing. Added documentation.
|
|
|
@1643
|
14 years |
Jari Häkkinen |
Addresses #466 and #425. Added cubic spline interpolation (not …
|
|
|
@1642
|
14 years |
Peter |
adding a paragraph on how to access files in tests, and fixing indentation
|
|
|
@1641
|
14 years |
Peter |
typo
|
|
|
@1640
|
14 years |
Peter |
adding some text on how to use the test suite - and also some rules I …
|
|
|
@1639
|
14 years |
Peter |
adding a comment that data with zero weight should be ignored also …
|
|
|
@1638
|
14 years |
Peter |
typos
|
|
|
@1637
|
14 years |
Peter |
yat requires automake 1.10
|
|
|
@1636
|
14 years |
Peter |
prefer FILE rather than ./FILE
|
|
|
@1635
|
14 years |
Peter |
semantics
|
|
|
@1634
|
14 years |
Peter |
Fixed bug in CommandLine? how --no-switches are handled
|
|
|
@1633
|
14 years |
Peter |
do not rely on errno=0 on success
|
|
|
@1632
|
14 years |
Peter |
move the setting of print_arg from constructor to function in order to …
|
|
|
@1631
|
14 years |
Peter |
no reason to have a hard-coded '=' if we wanna allow flexibility
|
|
|
@1630
|
14 years |
Peter |
re-using convert function and correcting docs
|
|
|
@1629
|
14 years |
Peter |
made help output more flexible
|
|
|
@1628
|
14 years |
Peter |
improving exception message
|
|
|
@1627
|
14 years |
Peter |
adding a function FileUtil::lexists that uses lstat rather than stat.
|
|
|
@1626
|
14 years |
Peter |
closes #457 - kolmogorov_smirnov_test fails on Mac OS 10.4
|
|
|
@1625
|
14 years |
Peter |
updating NEWS with ticket:460 and ticket:461
|
|
|
@1624
|
14 years |
Peter |
fixes #461. Also modified implementation of cdf_hypergeometric_P, …
|
|
|
@1623
|
14 years |
Peter |
fixed bug in YAT_FIND_STR
|
|
|
@1622
|
14 years |
Peter |
prefer m4_default rather than raw m4 macro (ifelse).
|
|
|
@1621
|
14 years |
Peter |
fixes #460
|
|
|
@1620
|
14 years |
Peter |
correcting docs
|
|
|
@1619
|
14 years |
Peter |
updating NEWS
|
|
|
@1618
|
14 years |
Peter |
increasing n and setting margin in a more statistically correct way. …
|
|
|
@1617
|
14 years |
Peter |
refs #457 - adding a test with two samples and avoid shadowing variables
|
|
|
@1616
|
14 years |
Peter |
fixes #459
|
|
|
@1615
|
14 years |
Peter |
avoid assignment of VectorConstView?
|
|
|
@1614
|
14 years |
Peter |
implementing copying in RNG_state. Previously compiler generated …
|
|
|
@1613
|
14 years |
Peter |
refs #457 - turning off the failing test temporarily until the issue …
|
|
|
@1612
|
14 years |
Peter |
fixing bug in KolmogorovSmirnov::reset. May refs #457 but not in an …
|
|
|
@1611
|
14 years |
Peter |
adding some NEWS items
|
|
|
@1610
|
14 years |
Peter |
typo
|
|
|
@1609
|
14 years |
Peter |
prefer rather than sed
|
|
|
@1608
|
14 years |
Peter |
refs #457 - correcting error margin (not fixing the problem though)
|
|
|
@1607
|
14 years |
Peter |
fixed typo in comment
|
|
|
@1606
|
14 years |
Peter |
fixes #456. YAT_LT_VERSION was already used to I picked …
|
|
|
@1605
|
14 years |
Peter |
adding requirements
|
|
|
@1604
|
14 years |
Peter |
corrected typos
|
|
|
@1603
|
14 years |
Peter |
removing include
|
|
|
@1602
|
14 years |
Peter |
correcting constness
|
|
|
@1601
|
14 years |
Peter |
adding function to set argument value in OptionArg?
|
|
|
@1600
|
14 years |
Peter |
- Fixed bug that data disappeared because data internally was stored
…
|
|
|
@1599
|
14 years |
Peter |
corrected throw message
|
|
|
@1598
|
14 years |
Peter |
Fixed some issues related to empty (zero sized) Matrix.
- …
|
|
|
@1597
|
14 years |
Peter |
adding check for --help and --version in installed scripts (yat-config)
|
|
|
@1596
|
14 years |
Peter |
Workaround to avoid problem that make gets broken when removing or …
|
|
|
@1595
|
14 years |
Peter |
adding a signed_score in KS statistics
|
|
|
@1594
|
14 years |
Peter |
removing debug code
|
|
|
@1593
|
14 years |
Peter |
fixes #452
|
|
|
@1592
|
14 years |
Peter |
cleaning up some includes
|
|
|
@1591
|
14 years |
Peter |
fixes #447
Moved some (internal) functions and clases to namespace …
|
|
|
@1590
|
14 years |
Peter |
some docs on weighted iterator - closes #395
|
|
|
@1589
|
14 years |
Peter |
fixes #444
|
|
|
@1588
|
14 years |
Peter |
cleaning up some docs and includes
|
|
|
@1587
|
14 years |
Peter |
closes #396
|
|
|
@1586
|
14 years |
Peter |
fixing knn_test - refs #396
|
|
|
@1585
|
14 years |
Peter |
refs #396 - fixing iterator_test
|
|
|
@1584
|
14 years |
Peter |
refs #396 - fixing feature_selector_test
|
|
|
@1583
|
14 years |
Peter |
removed layer of StrideIterator? for iterators having stride=1 all the …
|
|
|
@1582
|
14 years |
Peter |
refs #396 - fixing distance_test
|
|
|
@1581
|
14 years |
Peter |
refs #396 - fixing in KernelLookup?
|
|
|
@1580
|
14 years |
Peter |
refs #396
|
|
|
@1579
|
14 years |
Peter |
docs
|
|
|
@1578
|
14 years |
Peter |
docs
|
|
|
@1577
|
14 years |
Peter |
docs
|
|
|
@1576
|
14 years |
Jari Häkkinen |
Added missing $ tag.
|
|
|
@1575
|
14 years |
Jari Häkkinen |
Added missing $ tag.
|
|
|
@1574
|
14 years |
Peter |
avoid deleting NULL
|
|
|
@1573
|
14 years |
Jari Häkkinen |
Removing duplicate include statement.
|
|
|
@1572
|
14 years |
Jari Häkkinen |
Addresses #425.
|
|
|
@1571
|
14 years |
Jari Häkkinen |
Addresses #425.
|
|
|
@1570
|
14 years |
Jari Häkkinen |
Avoid allocating unused resources.
|
|
|
@1569
|
14 years |
Jari Häkkinen |
Prefer forward declaration.
|
|
|
@1568
|
14 years |
Jari Häkkinen |
Addresses #425.
|
|
|
@1567
|
14 years |
Peter |
removing includes of IteratorPolicy?.h - sorry about that.
|
|
|
@1566
|
14 years |
Peter |
removing IteratorPolicy? - closes #398
|
|
|
@1565
|
14 years |
Peter |
removed Policy from Container2DIterator - refs #398
|
|
|
@1564
|
14 years |
Peter |
removed specialization - not needed after previous commit
|
|
|
@1563
|
14 years |
Peter |
adding an iterator_traits specialization for when reference_type is …
|
|
|
@1562
|
14 years |
Peter |
specialization is not needed anymore due to change of default …
|
|
|
@1561
|
14 years |
Peter |
minor docs formatting
|
|
|
@1560
|
14 years |
Peter |
setting svn property
|
|
|
@1559
|
14 years |
Peter |
typo
|
|
|
@1558
|
14 years |
Peter |
svn-clean target - see README.developer - is handy for the RM
|
|
|
@1557
|
14 years |
Peter |
libtool is not needed to build yat (except the shell script that is …
|
|
|
@1556
|
14 years |
Jari Häkkinen |
Fixes #424
|
|
|
@1555
|
14 years |
Jari Häkkinen |
Fixes #354. Remove COPYING file before At revision 1554. since it will …
|
|
|
@1554
|
14 years |
Jari Häkkinen |
Fixes #192. Using std::numeric_limits, since impute algorithms are …
|
|
|
@1553
|
14 years |
Peter |
fixes #450
|
|
|
@1552
|
14 years |
Peter |
using DataWeight? rather than std::pair<double, double>
|
|
|
@1551
|
14 years |
Peter |
some typedefs in Vector
|
|
|
@1550
|
14 years |
Peter |
added value_type
|
|
|
@1549
|
14 years |
Peter |
adding some typedefs in Container2Ds - refs #448
|
|
|
@1548
|
14 years |
Peter |
refs #398 trying to minimize the need for a Policy class in …
|
|
|
@1547
|
15 years |
Peter |
refs #448
|
|
|