jidt/java/source/infodynamics/utils
joseph.lizier 32c062f880 Inlining norms in Nearest Neighbour search classes, and adding methods to return Collections of points within ranges 2014-10-31 12:02:54 +00: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 Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +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 Inlining norms in Nearest Neighbour search classes, and adding methods to return Collections of points within ranges 2014-10-31 12:02:54 +00:00
MathsUtils.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
MatrixUtils.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
MeasurementDistribution.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
NearestNeighbourSearcher.java Inlining norms in Nearest Neighbour search classes, and adding methods to return Collections of points within ranges 2014-10-31 12:02:54 +00: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 Inlining norms in Nearest Neighbour search classes, and adding methods to return Collections of points within ranges 2014-10-31 12:02:54 +00:00
package-info.java Adding package-info.java files for Javadocs for the various packages 2014-08-13 15:36:10 +00:00