7158 Commits

Author SHA1 Message Date
Alex Herbert
f985ccc4a3 Copy javadoc groups from report section 2022-12-21 23:41:26 +00:00
Alex Herbert
0e3634108a Add a docs module to create aggregate reports
The site pages have been updated to link to the aggregate javadoc
report.
2022-12-21 23:36:47 +00:00
Gilles Sadowski
f554608841 Typo in userguide.
Thanks to "0xflotus".
Closes #228.
2022-12-19 00:58:55 +01:00
Gilles Sadowski
e2dd8f1a0d Let distribution files have the same prefix as the maven artefacts. 2022-12-19 00:49:04 +01:00
Gilles Sadowski
48c520d9ff Use full URL. 2022-12-18 00:45:17 +01:00
Gilles Sadowski
929da3e61d Modernize logo. 2022-12-18 00:43:39 +01:00
Gilles Sadowski
2998aa2312 Add ".gitattributes".
Update contributor guidelines.
2022-12-17 23:01:42 +01:00
Alex Herbert
1b32ce9cb4 Remove deprecated PMD rule 2022-12-17 19:37:10 +00:00
Gilles Sadowski
168cc1f0e2 Update release howto. 2022-12-16 11:59:20 +01:00
Gilles Sadowski
39008d47bd Set correct versions. 2022-12-13 18:34:33 +01:00
Gilles Sadowski
81171d4071 Set correct version for all modules. 2022-12-13 18:34:33 +01:00
Gilles Sadowski
e091216bb4 Set correct version for all modules. 2022-12-13 18:34:33 +01:00
Gilles Sadowski
ab465fd22d Update release howto. 2022-12-13 18:34:33 +01:00
Gilles Sadowski
7e5db45bca Update release howto. 2022-12-13 18:30:18 +01:00
Gilles Sadowski
11237fb40f Create release candidate. 2022-12-13 12:46:40 +01:00
Gilles Sadowski
f4dfc40142 Update release howto. 2022-12-13 12:41:33 +01:00
Gilles Sadowski
780dba1a30 Remove unnecessary line (that broke the build). 2022-12-13 00:54:22 +01:00
Gilles Sadowski
d44f88653a Rephrase release notes. 2022-12-12 14:55:51 +01:00
Gilles Sadowski
5d9ea27e97 Upgrade to CP 55. 2022-12-12 14:53:03 +01:00
Gilles Sadowski
873d645500 Depend on released version (1.0) of "Commons Statistics". 2022-12-06 22:46:36 +01:00
Alex Herbert
9795036191 Fix javadoc <p> tag 2022-12-03 19:09:37 +00:00
Alex Herbert
870926d389 Disable PMD in legacy module
Currently the build reports 4629 PMD violations.
2022-12-03 19:09:37 +00:00
Alex Herbert
a97523700a Compare candidate to all list points 2022-12-03 19:09:37 +00:00
aherbert
ab9b0b0c2d Use a LinkedHashMap to respect the order of the input data
Note: The int/real enumerated distributions do not specify that the
input must be sorted. This change supports the legacy behaviour enforced
by the unit test which is assuming input values are processed in
encounter order (which happens to be sorted).

Given int and double have a natural ordering it may be better to update
the distribution to sort input values. However this would contradict the
enumerated distribution which respects the input order of the list used
in the constructor.
2022-12-02 15:08:03 +00:00
aherbert
abb32b5a62 Use method reference for the sampler 2022-12-02 13:56:34 +00:00
aherbert
9fcd3885dc Use Map.merge 2022-12-02 13:54:50 +00:00
aherbert
7ed772e474 Use survival probability 2022-12-02 13:41:47 +00:00
aherbert
6d767220ed Use method reference to create a sampler 2022-12-02 13:39:36 +00:00
aherbert
f7ef9b625b Fix git build number in manifest 2022-12-02 11:52:57 +00:00
aherbert
91b0bb3d30 Update to use commons.module.name (consitent with CP) 2022-12-02 11:50:28 +00:00
aherbert
3e72f1ea31 MATH-1651: Ensure neuron distances are returned in a consistent order
Use of the iterator order should be avoided as the underlying collection
uses an unspecified iteration order.
2022-11-03 16:42:53 +00:00
aherbert
654697c048 Remove "CombinatoricsUtils" class
Functionality is in "Commons Numbers" combinatorics package.
2022-11-03 12:05:40 +00:00
Gilles Sadowski
50977290cd MATH-1651: Modified unit test.
The old test was flaky because it assumed a fixed iteration order.
[Thanks to Anant Dahiya for pointing it out.]
The new test indirectly checks how neuron's identifiers are assigned.

Closes #213.
2022-11-03 12:36:15 +01:00
aherbert
24e4acc7de Update commons-numbers 1.1-SNAPSHOT to 1.1 2022-11-02 11:18:43 +00:00
aherbert
1b7cff82ab Use latest MathJax URL 2022-11-01 12:05:04 +00:00
aherbert
fc239a64be Fix overflow bug in stirlingS2 when n > 64, k = 2 2022-10-31 11:08:52 +00:00
aherbert
d617a730aa Convert test to JUnit 5 2022-10-31 11:02:37 +00:00
aherbert
c60db86167 Remove unused cached binomial coefficients from test 2022-10-31 10:35:05 +00:00
Milind Mantri
95bbb36f82
Fix rolling mean example code in Statistics docs (#227) 2022-10-27 08:02:26 +01:00
Arturo Bernal
199648a8a1
MATH-1569: Manual array copy. (#219) 2022-10-25 21:34:17 +01:00
Arturo Bernal
3f043ba7e1
Improved with better formatting. (#225) 2022-10-22 22:58:20 +01:00
Alex Herbert
3ddfbd6cf7 Remove extra addition character 2022-10-22 07:57:36 +01:00
John Patrick
a1ac185ba9
JUnit5 assertThrows NeuronSquareMesh2DTest (#216) 2022-10-21 09:14:18 +01:00
John Patrick
15b2e50328
JUnit5 assertThrows MapRankingTest (#215) 2022-10-21 09:13:37 +01:00
John Patrick
5e497dd704
JUnit5 assertThrows ExponentialDecayFunctionTest (#222) 2022-10-20 22:19:22 +01:00
John Patrick
7dde96fd0e
JUnit5 assertThrows QuasiSigmoidDecayFunctionTest (#221) 2022-10-20 22:18:40 +01:00
John Patrick
235365d464
JUnit5 assertThrows LearningFactorFunctionFactoryTest (#220) 2022-10-20 22:17:31 +01:00
John Patrick
9b1d7c5f8a
JUnit5 assertThrows NeighbourhoodSizeFunctionFactoryTest (#218) 2022-10-20 22:16:12 +01:00
John Patrick
e4d77683f5
JUnit5 assertThrows TransformUtilsTest (#214) 2022-10-20 21:57:39 +01:00
Gary Gregory
7a98b04a29 Add a GitHub security page. 2022-10-19 06:45:51 -04:00