Class WeightedTripleDistribution<T1,T2,T3>

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

public class WeightedTripleDistribution<T1,T2,T3> extends Object
Generates the counts for a triplet of vectors. Contains the joint count, the three pairwise counts, and the three marginal counts.