Pedro Martinez Mediano
|
c0a4a283fa
|
Added junit test for GPU MI calculation with non-zero exclusion window.
|
2017-05-31 04:20:38 +10:00 |
Pedro Martinez Mediano
|
94bcfc1477
|
Added conditional to Java GPU tests to ignore test if GPU disabled.
|
2017-05-25 02:57:13 +10:00 |
Pedro Martinez Mediano
|
6af0e22030
|
Merge branch 'master' into gpu
|
2017-05-25 02:44:59 +10:00 |
Pedro Martinez Mediano
|
b2c42563d0
|
GPU junit tests now run without debug mode to reduce printed statements.
The debug statements are left commented for future reference.
|
2017-05-24 22:14:46 +10:00 |
Pedro Martinez Mediano
|
991ef30a1e
|
Removed spurious array print.
|
2017-05-24 22:13:19 +10:00 |
Pedro Martinez Mediano
|
09548028e0
|
Merge remote-tracking branch 'ghub/master'. This merges Joe's v1.3.1 master into Pedro's master.
|
2017-05-24 20:24:32 +10:00 |
Pedro Martinez Mediano
|
63f26a60fa
|
Added Java+C tests for reorderings and random permutations.
|
2017-05-24 17:06:04 +10:00 |
Pedro Martinez Mediano
|
c33436e69a
|
Added Junit tests for surrogate reorderings.
|
2017-05-23 16:19:52 +10:00 |
Pedro Martinez Mediano
|
f2d6674a4f
|
Added a few debug mode prints.
|
2017-05-23 05:13:57 +10:00 |
Pedro Martinez Mediano
|
9b455f7ef4
|
Added first few GPU performance tests to measure speed-up wrt CPU.
|
2017-05-22 15:05:43 +10:00 |
Pedro Martinez Mediano
|
118e32d9ad
|
Separated GPU MI unit tests to separate file.
|
2017-05-22 14:49:21 +10:00 |
Pedro Martinez Mediano
|
71589d1150
|
Added Java+C tests to check consistency of local MI calculations.
|
2017-05-19 18:20:03 +10:00 |
Pedro Martinez Mediano
|
5a07352969
|
Add unit tests inside Java for GPU code.
|
2017-05-19 06:39:57 +10:00 |
jlizier
|
c311067fe6
|
Extending unit test for multivariate TE calculator to compare ensemble and setObservations methods
|
2017-03-24 23:27:53 +11:00 |
jlizier
|
bf3f26cf18
|
Patching TE Calculator Multivariate via conditional mutual info, which was not running (at all) for proper multivariates. Now splits the handling of solely univariate data from multivariates.
|
2017-03-23 14:31:03 +11:00 |
jlizier
|
b0d48bc96c
|
Unit tests for conditional MI on new observations, and for no conditionals
|
2016-10-20 09:29:56 +11:00 |
jlizier
|
9a7ff306c8
|
Adding utilities for fast nearest neighbour searchers to handle calculations on new samples and prepare for conditional MI fast surrogates computation
|
2016-10-20 09:26:12 +11:00 |
jlizier
|
05beb63e58
|
Added unit test for AND function
|
2016-10-18 15:05:28 +11:00 |
jlizier
|
4cac043aff
|
Added unit test for TE continuous getSeparateNumObservations (in Kraskov class)
|
2016-10-18 15:05:15 +11:00 |
jlizier
|
e2182c40c2
|
Update to AIS kernel direct class in unit tests to align with update to AIS interface definition
|
2016-10-18 15:04:42 +11:00 |
jlizier
|
77cf8e5f8e
|
Major update to TransferEntropyCalculatorDiscrete so as to implement arbirtray source and dest embeddings and source-dest delay. Also included are associated unit tests, and modifications to MatrixUtils to support these.
|
2016-10-17 16:22:59 +11:00 |
Pedro Martinez Mediano
|
a721f26734
|
Discrete conditional TE now supports different bases for each variable.
Also added some generic unit tests.
|
2016-06-01 18:54:57 +01:00 |
Pedro Martinez Mediano
|
6f87aed980
|
Added preliminary version of Ragwitz optimization in multivariate AIS calculator.
|
2016-04-19 18:22:02 +01:00 |
Pedro Martinez Mediano
|
3da629a817
|
Preliminary commit of multivariate AIS calculators and unit tests. Fully functional, but not tested enough.
|
2016-03-15 22:36:12 +00:00 |
joseph.lizier
|
e727233bc0
|
Updating unit tests for small noise being default now in KSG calculators. (The update sets noise level to 0 wherever we are checking repeated calculations, or comparing to results from other toolkits). Verifies Issue 42 fix
|
2015-06-16 12:30:19 +00:00 |
joseph.lizier
|
a028fe4a4e
|
Adding getProperty method to debug class so it compiles
|
2015-06-05 14:42:06 +00:00 |
joseph.lizier
|
b45ada1d94
|
Added unit tests for Kraskov TE auto embedding via Ragwitz criteria -- verifies Issue 38. Also adds further tests for AIS auto embedding.
|
2015-06-05 06:51:23 +00:00 |
joseph.lizier
|
8393429e26
|
Adding unit tests for AIS Kraskov for auto-embedding as part of partial fix for Issue 38
|
2015-06-04 13:59:31 +00:00 |
joseph.lizier
|
a6f0e2d2ed
|
Added new unit test for KdTree to check validity of counting neighbours when one variable has been pre-checked, and different radii are used for each variable. Verifies issue 39.
|
2015-01-21 12:28:19 +00:00 |
joseph.lizier
|
33ea4f6136
|
Unit tests for Dynamic correlation exclusion, or Theiler window, in all Kraskov estimators, plus direct validation against values from using Theiler window in TRENTOOL. Validates issue 35
|
2014-11-25 12:34:49 +00:00 |
joseph.lizier
|
ab1d0e0c94
|
Minor debug print change to unit test
|
2014-11-14 10:30:46 +00:00 |
joseph.lizier
|
7ee34fd8a1
|
Minor new debug prints in unit tests
|
2014-11-04 00:57:55 +00:00 |
joseph.lizier
|
12faf78200
|
New unit tests for new methods in nearest neighbour search classes to return collections of points within ranges via arrays, and to use additional criteria in searching or take arguments for one variable that has already been tested.
|
2014-11-03 04:58:14 +00:00 |
joseph.lizier
|
758d9dc0c9
|
Unit test for inlining norms in Nearest Neighbour search classes, and adding methods to return Collections of points within ranges
|
2014-10-31 12:04:12 +00:00 |
joseph.lizier
|
390e1cc6be
|
Adding more debug prints to TE unit test
|
2014-10-30 04:40:13 +00:00 |
joseph.lizier
|
769bf1a15d
|
Unit tests for Kraskov predictive information calculator. Also defines an abstract PI tester.
|
2014-10-30 04:27:46 +00:00 |
joseph.lizier
|
9aa0e9ca0e
|
Unit tests for Kraskov multi-info calculators using fast neighbour search and common multi-info class. Additional mutual info unit test added also on larger data set, and unit tests for the UnivariateNearestNeighbourSearcher.
|
2014-10-30 04:24:42 +00:00 |
joseph.lizier
|
0849db5312
|
Additional unit test to verify issue 32 -- for neighbour search within different radii for each variable to the k-d tree class.
|
2014-10-15 10:42:32 +00:00 |
joseph.lizier
|
9ef43ae753
|
Verifies issue 32 -- adds unit test for neighbour search within different radii for each variable to the k-d tree class. This is used for fast neighbour search to Kraskov conditional MI calculators (and by implication to TE calculators). Existing unit tests for these calculators complete the verification.
|
2014-10-15 10:39:11 +00:00 |
joseph.lizier
|
58c812db4e
|
Validation of bug fix re issue 31 -- unit test to ensure that surrogate TE calculations are different to the real calculation
|
2014-10-15 05:07:14 +00:00 |
joseph.lizier
|
f09cc221a4
|
Verifies issue 31 -- adding unit tests for KdTree structure (in conjunction with existing unit tests for the results of MI calculations)
|
2014-10-15 04:49:40 +00:00 |
joseph.lizier
|
78852bcf2a
|
Validates issue 29 with unit tests for multi-threading of Kraskov conditional MI calculators. Also adds more substantial unit tests for Kraskov transfer entropy compared to TRENTOOL results.
|
2014-09-16 01:41:36 +00:00 |
joseph.lizier
|
0505641479
|
Unit tests which Validates issue 28 with unit tests for multithreading on Kraskov MI calculators.
|
2014-09-12 12:16:43 +00:00 |
joseph.lizier
|
14645d0621
|
Appending suffix "Discrete" to all discrete calculators. Step 4 -- refactoring within unit tests
|
2014-08-14 03:31:58 +00:00 |
joseph.lizier
|
0ca9990833
|
Adding GPLv3 license statement to all code headers in the unit tests
|
2014-08-06 06:59:04 +00:00 |
joseph.lizier
|
8df5d8c277
|
Refactoring unit tests for discrete TE calculator to take source as first argument before destination (to match continuous calculators)
|
2014-08-05 12:46:14 +00:00 |
joseph.lizier
|
96a9cefccf
|
Renaming unit test for (Apparent) TE discrete calculator to remove "Apparent" -- step 2 of 2 to rename inside the class.
|
2014-08-05 05:03:35 +00:00 |
joseph.lizier
|
b204651227
|
Renaming unit test for (Apparent) TE discrete calculator to remove "Apparent"
|
2014-08-05 05:02:51 +00:00 |
joseph.lizier
|
4e141d1398
|
Adding unit test for (Apparent) TE discrete calculator. Will rename it to remove Apparent shortly ...
|
2014-08-05 05:02:02 +00:00 |
joseph.lizier
|
71b5983e5b
|
Added unit test for linear-Gaussian TE estimator against values produced from the Granger causality estimator of the ChaLearn Connectomics Challenge Sample Code.
|
2014-07-29 07:03:26 +00:00 |