mirror of https://github.com/jlizier/jidt
Renaming lateBindingMutualInfo to example6LateBindingMutualInfo
This commit is contained in:
parent
6554180b98
commit
b9aa85055d
|
|
@ -37,12 +37,14 @@ data = load(datafile);
|
|||
variable1 = data(:, variable1Columns);
|
||||
variable2 = data(:, variable2Columns);
|
||||
|
||||
%---------------------
|
||||
% 3. Dynamically instantiate an object of the given class:
|
||||
% (in fact, all java object creation in octave/matlab is dynamic - it has to be,
|
||||
% since the languages are interpreted. This makes our life slightly easier at this
|
||||
% point than it is in demos/java/lateBindingDemo where we have to handle this manually)
|
||||
miCalc = javaObject(implementingClass);
|
||||
|
||||
%---------------------
|
||||
% 4. Start using the MI calculator, paying attention to only
|
||||
% call common methods defined in the interface type
|
||||
% infodynamics.measures.continuous.MutualInfoCalculatorMultiVariate
|
||||
|
|
|
|||
Loading…
Reference in New Issue