mirror of https://github.com/jlizier/jidt
Adding getProperty method to debug class so it compiles
This commit is contained in:
parent
b45ada1d94
commit
a028fe4a4e
|
|
@ -150,6 +150,11 @@ public class ActiveInfoStorageCalculatorKernelDirect
|
|||
}
|
||||
}
|
||||
|
||||
public String getProperty(String propertyName) {
|
||||
// Only implementing this for compiling, it's not required for this test class
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Flag that the observations are complete, probability distribution functions can now be built.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue