jidt/java/source/infodynamics/utils
Pedro Martinez Mediano d0b35b3db8 Added NativeUtils for native lib loading and included libKraskov.so in jar. 2017-06-01 20:34:23 +10:00
..
commonsmath3 Adding GPLv3 license statement to all code headers in the infodymamics.measures.continuous package (for starters) 2014-08-06 05:31:37 +00:00
AnalyticMeasurementDistribution.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
AnalyticNullDistributionComputer.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
ArrayFileReader.java Minor fixes to default values of TE calculator properties, and adding error messages for array file reading 2015-07-09 14:38:23 +00:00
ArrayFileWriter.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
ChiSquareMeasurementDistribution.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
EmpiricalMeasurementDistribution.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
EuclideanUtils.java Fixes issue 31 -- implementing fast nearest neighbour search for Kraskov MI using a k-d tree structure. 2014-10-15 04:48:09 +00:00
FirstIndexComparatorDouble.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
FirstIndexComparatorInteger.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
IntArrayWrapper.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
KdTree.java 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
MathsUtils.java Patching bug in digamma function which is susceptible to race condition in multi-threaded applications. Also explicitly setting return array values in Kraskov calculators. 2014-11-14 10:24:53 +00:00
MatrixUtils.java Added several utilities for selecting columns to MatrixUtils 2017-03-23 14:31:38 +11:00
MeasurementDistribution.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
NativeUtils.java Added NativeUtils for native lib loading and included libKraskov.so in jar. 2017-06-01 20:34:23 +10:00
NearestNeighbourSearcher.java 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
NeighbourNodeData.java Adding fast nearest neighbour searcher for univariate data (uses only a sorted array rather than whole k-d tree). Adds an abstract nearest neighbour searcher so calling classes don't necessarily need to know whether they're dealing with uni or multi-variates. MI and conditional MI Kraskov altered to use this where possible. 2014-10-30 04:04:16 +00:00
NonPositiveDefiniteMatrixException.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
OctaveFileReader.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
OctaveFileWriter.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
OctaveMatrix.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
ParsedProperties.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
RandomGenerator.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
UnivariateNearestNeighbourSearcher.java 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
package-info.java Adding package-info.java files for Javadocs for the various packages 2014-08-13 15:36:10 +00:00