class MutualMatrix |
Class for building mutual information among all the couples of a set of random variables
This class builds matrices of mutual information, joint entropy, and mutual information error (if the random variables represent errors).
![]() | MutualMatrix (unsigned num_data, unsigned num_bins, char* f, unsigned first, unsigned last, float* binlimits = 0, float min_v = 0.0, float max_v = 1.0) Constructor. |
![]() | ~MutualMatrix () Destructor |
![]() | Calc_JointEntropy_Matrix (void) It calculates the joint entropy matrix It calculates the joint entropy matrix. |
![]() | SumElements_JointEntropy_Matrix (void) It sums the values of the elements of the joint entropy matrix |
![]() | Print_JointEntropy_Matrix (void) It prints to stdout the joint entropy matrix |
![]() | Calc_MutualInfo_Matrix (void) It calculates the mutual information matrix It calculates the mutual information matrix. |
![]() | SumElements_MutualInfo_Matrix (void) It sums the values of the elements of the mutual information matrix |
![]() | Print_MutualInfo_Matrix (void) It prints to stdout the mutual information matrix |
![]() | Calc_MutualInfoError2_Matrix (void) It calculates the mutual information error matrix without considering single errors It calculates the mutual information error matrix. |
![]() | SumElements_MutualInfoError2_Matrix (void) It sums the values of the elements of the mutual information error matrix without considering single errors |
![]() | Print_MutualInfoError2_Matrix (void) It prints to stdout the mutual error information matrix |
![]() | Calc_MutualInfoError_Matrix (void) It calculates the mutual information error matrix It calculates the mutual information error matrix. |
![]() | SumElements_MutualInfoError_Matrix (void) It sums the values of the elements of the mutual information error matrix |
![]() | Print_MutualInfoError_Matrix (void) It prints to stdout the mutual error information matrix |
![]() | Read_SumMiM (void) It returns the current value of the sum of the values of the elements of the mutual information matrix |
![]() | Read_SumEnM (void) It returns the current value of the sum of the values of the elements of the joint entropy matrix |
![]() | Read_SumMeM2 (void) It returns the current value of the sum of the values of the elements of the MeM2 matrix |
![]() | Read_SumMeM (void) It returns the current value of the sum of the values of the elements of the MeM matrix |
Class for building mutual information among all the couples of a set of random variables
This class builds matrices of mutual information, joint entropy, and mutual information error (if the random variables represent errors).
Alphabetic index HTML hierarchy of classes or Java