Class WeightedPairDistribution<T1,T2>

java.lang.Object
org.tribuo.util.infotheory.impl.WeightedPairDistribution<T1,T2>
Type Parameters:
T1 - Type of the first list.
T2 - Type of the second list.

public class WeightedPairDistribution<T1,T2> extends Object
Generates the counts for a pair of vectors. Contains the joint count and the two marginal counts.