mirror of https://github.com/jlizier/jidt
Tweaks to javadocs
This commit is contained in:
parent
fee0821567
commit
0767e2e57e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue