Tweaks to javadocs

This commit is contained in:
joseph.lizier 2014-08-14 06:26:06 +00:00
parent fee0821567
commit 0767e2e57e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/**
* This package contains Java Interfaces for each of the
* information dynamics measures as applied to continuous data
* (i.e. double[] or double[][] data), as well as some base
* (ie double[] or double[][] data), as well as some base
* classes for implementations to build on.
*
* <p>Subpackages provides various estimator types which implement

View File

@ -1,7 +1,7 @@
/**
* This package contains Java classes for each of the
* information dynamics measures as applied to discrete data
* (i.e. int[] or int[][] data).
* (ie int[] or int[][] data).
*
* @author Joseph Lizier (<a href="joseph.lizier at gmail.com">email</a>,
* <a href="http://lizier.me/joseph/">www</a>)

View File

@ -2,7 +2,7 @@
* This package contains Java Interfaces for each of the
* information dynamics measures as applied to
* mixed continuous-discrete data
* (i.e. double[] or double[][] data mixed with int[]
* (ie double[] or double[][] data mixed with int[]
* or int[][] data).
*
* <p>Subpackages provides various estimator types which implement