Package org.tribuo.util.infotheory.impl
package org.tribuo.util.infotheory.impl
This package provides the implementations and helper classes for the
information theoretic functions in
org.tribuo.util.infotheory
.-
ClassDescriptionCachedPair<T1,
T2> A pair of things with a cached hashcode.CachedTriple<T1,T2, T3> A triple of things.PairDistribution<T1,T2> A count distribution overCachedPair
objects.Row<T>A row of values from aRowList
.RowList<T>An implementation of a List which wraps a set of lists.TripleDistribution<T1,T2, T3> Generates the counts for a triplet of vectors.A mutable tuple of a double and a long.WeightedPairDistribution<T1,T2> Generates the counts for a pair of vectors.WeightedTripleDistribution<T1,T2, T3> Generates the counts for a triplet of vectors.