Package | Description |
---|---|
org.tribuo.util.infotheory |
This package provides static classes of information theoretic functions.
|
Modifier and Type | Method and Description |
---|---|
static WeightedInformationTheory.VariableSelector |
WeightedInformationTheory.VariableSelector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeightedInformationTheory.VariableSelector[] |
WeightedInformationTheory.VariableSelector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3> double |
WeightedInformationTheory.conditionalMI(TripleDistribution<T1,T2,T3> rv,
Map<?,Double> weights,
WeightedInformationTheory.VariableSelector vs) |
static <T1,T2,T3> double |
WeightedInformationTheory.jointMI(TripleDistribution<T1,T2,T3> rv,
Map<?,Double> weights,
WeightedInformationTheory.VariableSelector vs) |
static <T1,T2> double |
WeightedInformationTheory.mi(PairDistribution<T1,T2> pairDist,
Map<?,Double> weights,
WeightedInformationTheory.VariableSelector vs) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.