Package | Description |
---|---|
org.tribuo.util.infotheory |
This package provides static classes of information theoretic functions.
|
org.tribuo.util.infotheory.impl |
This package provides the implementations and helper classes for the
information theoretic functions in
org.tribuo.util.infotheory . |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> double |
WeightedInformationTheory.mi(WeightedPairDistribution<T1,T2> jointDist) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> WeightedPairDistribution<T1,T2> |
WeightedPairDistribution.constructFromLists(List<T1> first,
List<T2> second,
List<Double> weights)
Generates the counts for two vectors.
|
static <T1,T2> WeightedPairDistribution<T1,T2> |
WeightedPairDistribution.constructFromMap(Map<CachedPair<T1,T2>,WeightCountTuple> jointCount)
Generates a WeightedPairDistribution by generating the marginal distributions for the first and second elements.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.