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,T3> double |
WeightedInformationTheory.conditionalMI(WeightedTripleDistribution<T1,T2,T3> tripleRV) |
static <T1,T2,T3> double |
WeightedInformationTheory.jointMI(WeightedTripleDistribution<T1,T2,T3> tripleRV) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3> WeightedTripleDistribution<T1,T2,T3> |
WeightedTripleDistribution.constructFromLists(List<T1> first,
List<T2> second,
List<T3> third,
List<Double> weights) |
static <T1,T2,T3> WeightedTripleDistribution<T1,T2,T3> |
WeightedTripleDistribution.constructFromMap(Map<CachedTriple<T1,T2,T3>,WeightCountTuple> jointCount) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.