Uses of Enum
org.tribuo.util.infotheory.WeightedInformationTheory.VariableSelector
Packages that use WeightedInformationTheory.VariableSelector
Package
Description
This package provides static classes of information theoretic functions.
-
Uses of WeightedInformationTheory.VariableSelector in org.tribuo.util.infotheory
Subclasses with type arguments of type WeightedInformationTheory.VariableSelector in org.tribuo.util.infotheoryModifier and TypeClassDescriptionstatic enum
Chooses which variable is the one with associated weights.Methods in org.tribuo.util.infotheory that return WeightedInformationTheory.VariableSelectorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.WeightedInformationTheory.VariableSelector.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tribuo.util.infotheory with parameters of type WeightedInformationTheory.VariableSelectorModifier and TypeMethodDescriptionstatic <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)