Uses of Enum
org.tribuo.util.infotheory.example.InformationTheoryDemo.DistributionType
Packages that use InformationTheoryDemo.DistributionType
Package
Description
This package provides demos for the information theoretic function
classes in
org.tribuo.util.infotheory.-
Uses of InformationTheoryDemo.DistributionType in org.tribuo.util.infotheory.example
Fields in org.tribuo.util.infotheory.example declared as InformationTheoryDemo.DistributionTypeModifier and TypeFieldDescriptionInformationTheoryDemo.DemoOptions.typeThe type of the input distribution.Methods in org.tribuo.util.infotheory.example that return InformationTheoryDemo.DistributionTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.InformationTheoryDemo.DistributionType.values()Returns an array containing the constants of this enum type, in the order they are declared.