Uses of Enum Class
org.tribuo.util.infotheory.WeightedInformationTheory.VariableSelector
Package
Description
This package provides static classes of information theoretic functions.
-
Uses of WeightedInformationTheory.VariableSelector in org.tribuo.util.infotheory
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WeightedInformationTheory.VariableSelector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T1,
T2, T3> double WeightedInformationTheory.conditionalMI
(TripleDistribution<T1, T2, T3> rv, Map<?, Double> weights, WeightedInformationTheory.VariableSelector vs) Calculates the discrete weighted conditional mutual information, using histogram probability estimators.static <T1,
T2, T3> double WeightedInformationTheory.jointMI
(TripleDistribution<T1, T2, T3> rv, Map<?, Double> weights, WeightedInformationTheory.VariableSelector vs) Calculates the discrete weighted joint mutual information, using histogram probability estimators.static <T1,
T2> double WeightedInformationTheory.mi
(PairDistribution<T1, T2> pairDist, Map<?, Double> weights, WeightedInformationTheory.VariableSelector vs) Calculates the discrete weighted mutual information, using histogram probability estimators.