| .. |
|
ActiveInfoStorageCalculatorKraskov.java
|
Enabling AIS KSG calculator to have underlying KSG algorithm changed via the "ALG_NUM" property
|
2018-08-24 14:47:21 +10:00 |
|
ActiveInfoStorageCalculatorMultiVariateKraskov.java
|
Added getProperty for AIS Kraskov multivariate. Need to re-engineer this class for proper code re-use anyway.
|
2018-10-15 14:38:46 +11:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov.java
|
Added argument to choose which variable to reorder in GPU CMI code.
|
2017-12-19 20:42:58 +00:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov1.java
|
Switching new debug method in KSG conditional MI calculator 1 to be publicly accessible
|
2018-04-26 11:43:04 +10:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov2.java
|
Making conditional MI calculators (continuous) handle empty conditionals, and properly normalise new data according to the old (except for linear Gaussian calculator, which explicitly bars normalisation now).
|
2016-10-18 13:21:29 +11:00 |
|
ConditionalTransferEntropyCalculatorKraskov.java
|
Added missing getProperty() method to Conditional TE calculator Kraskov
|
2017-08-23 00:19:09 +10:00 |
|
MultiInfoCalculatorKraskov.java
|
Making continuous MultiInfoCalculator classes implement the InfoMeasureCalculatorContinuous interface. For the interfaces, this means removing methods where duplicated. For implementing classes, this means adding the missing methods.
|
2017-08-18 23:42:43 +10:00 |
|
MultiInfoCalculatorKraskov1.java
|
Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35
|
2014-11-25 12:31:44 +00:00 |
|
MultiInfoCalculatorKraskov2.java
|
Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35
|
2014-11-25 12:31:44 +00:00 |
|
MutualInfoCalculatorMultiVariateKraskov.java
|
Added link to wiki in GPU loader error message.
|
2018-11-25 19:25:33 +02:00 |
|
MutualInfoCalculatorMultiVariateKraskov1.java
|
Adding Javadoc on header for neighbour counts method in KSG MI estimator 1
|
2018-05-15 17:28:39 +10:00 |
|
MutualInfoCalculatorMultiVariateKraskov2.java
|
Initial commit of GPU code.
|
2016-03-13 01:15:19 +00:00 |
|
PredictiveInfoCalculatorKraskov.java
|
Fixes issue 34 -- adds predictive information calculators for continuous variables; interface definition, common code via abstract mutual information calculator, and implementations for Gaussian, kernel and KSG estimators.
|
2014-10-16 00:31:41 +00:00 |
|
TransferEntropyCalculatorKraskov.java
|
Added new auto-embedding capability for TE Gaussian into the AutoAnalyser GUI demo. Also added new auto-embedding drop down option of Max corrected AIS + TE for KSG as well, and debugged the getProperty returning of the number of nearest neighbours for Ragwitz criteria now that this occurs in the common superclass instead of in KSG (and gave this a reasonable default of 4)
|
2018-10-17 14:23:20 +11:00 |
|
TransferEntropyCalculatorMultiVariateKraskov.java
|
Incorporated auto-embedding in the TE multivariate via conditional MI common class. Much of the code is moved up from the TE multivariate KSG estimator; now the functionality is provided for multivariate Gaussian as well. Also necessitated adding the max_cor_num_surrogates property to TE multivariate Gaussian, and took the opportunity to make much of the whitespace here consistent, and unit tests added for Gaussian (tweaked slightly for KSG)
|
2018-10-18 00:58:17 +11:00 |
|
package-info.java
|
Adding package-info.java files for Javadocs for the various packages
|
2014-08-13 15:36:10 +00:00 |