Renaming lateBindingMutualInfo to example6LateBindingMutualInfo

This commit is contained in:
joseph.lizier 2013-06-18 11:55:52 +00:00
parent 6554180b98
commit b9aa85055d
4 changed files with 2 additions and 0 deletions

View File

@ -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