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
Subclasses with type arguments of type InformationTheoryDemo.DistributionType in org.tribuo.util.infotheory.exampleModifier and TypeClassDescriptionstatic enum
Type of data distribution.Fields in org.tribuo.util.infotheory.example declared as InformationTheoryDemo.DistributionTypeMethods 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.