public final class AssociationPairOutput extends Object
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getEntropyX()
Gets the entropy for X. 
 | 
Double | 
getEntropyY()
Gets the entropy for Y. 
 | 
Double | 
getMutualInformation()
Gets the mutual information between X and Y, denoted I(X;Y). 
 | 
AssociationPair | 
getPair()
Gets the pair (X, Y) that these association results are calculated for. 
 | 
Double | 
getProficiencyXGivenY()
Gets the proficiency (uncertainty coefficient) U(X|Y) = I(X;Y) / H(X). 
 | 
Double | 
getProficiencyYGivenX()
Gets the proficiency (uncertainty coefficient) U(Y|X) = I(X;Y) / H(Y). 
 | 
Double | 
getSymmetricMutualInformation()
Gets a normalized version of the mutual information called the 'symmetric uncertainty' between X and Y. 
 | 
public AssociationPair getPair()
public Double getSymmetricMutualInformation()
public Double getProficiencyXGivenY()
public Double getProficiencyYGivenX()
public Double getMutualInformation()
public Double getEntropyX()
public Double getEntropyY()
Copyright © 2021. All rights reserved.