mirror of https://github.com/jlizier/jidt
Updated build.xml, readme and demo PDFs for new version release 1.2
This commit is contained in:
parent
5434796cd8
commit
9c37420d69
|
@ -5,7 +5,7 @@
|
|||
</description>
|
||||
|
||||
<!-- set global properties for this build -->
|
||||
<property name="version" value="1.1"/>
|
||||
<property name="version" value="1.2"/>
|
||||
<property name="mainfilename" value="infodynamics"/>
|
||||
<property name="jarplainname" value="${mainfilename}.jar" />
|
||||
<property name="jarversiondistnamezip" value="${mainfilename}-jar-${version}.zip" />
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -128,6 +128,13 @@ Notices for this software are found in the notices/JAMA directory.
|
|||
Release notes
|
||||
===============
|
||||
|
||||
v1.2 28/1/2015 at r601
|
||||
-----------------------
|
||||
Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators;
|
||||
Added univariate MI calculation to simple demo 6;
|
||||
Added Java code for Schreiber TE heart-breath rate with KSG estimator, ready for use as a template in Tutorial;
|
||||
Patch for crashes in KSG conditional MI algorithm 2;
|
||||
|
||||
v1.1 14/11/2014 at r576
|
||||
-----------------------
|
||||
Implemented Fast Nearest Neighbour Search for Kraskov-Stögbauer-Grassberger (KSG) estimators for MI, conditional MI, TE, conditional TE, AIS, Predictive info, and multi-information. This includes a general (multivariate) k-d tree implementation;
|
||||
|
|
Loading…
Reference in New Issue