Switching new debug method in KSG conditional MI calculator 1 to be publicly accessible

This commit is contained in:
jlizier 2018-04-26 11:43:04 +10:00
parent 7d76f82bb2
commit bf0062b902
1 changed files with 1 additions and 1 deletions

View File

@ -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();