mirror of https://github.com/jlizier/jidt
Switching new debug method in KSG conditional MI calculator 1 to be publicly accessible
This commit is contained in:
parent
7d76f82bb2
commit
bf0062b902
|
@ -526,7 +526,7 @@ public class ConditionalMutualInfoCalculatorMultiVariateKraskov1
|
|||
* then n_z for the conditional (index 2)
|
||||
* @throws Exception
|
||||
*/
|
||||
protected int[][] partialNeighbourCountFromObservations(int startTimePoint,
|
||||
public int[][] partialNeighbourCountFromObservations(int startTimePoint,
|
||||
int numTimePoints) throws Exception {
|
||||
|
||||
double startTime = Calendar.getInstance().getTimeInMillis();
|
||||
|
|
Loading…
Reference in New Issue