Uses of Class
com.bayesserver.learning.parameters.DiscretePriorMethod
-
Packages that use DiscretePriorMethod Package Description com.bayesserver.learning.parameters -
-
Uses of DiscretePriorMethod in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return DiscretePriorMethod Modifier and Type Method Description DiscretePriorMethodDistributionSpecification. getDiscretePriorMethod()Gets the type of discrete prior to use for this distribution.DiscretePriorMethodPriors. getDiscretePriorMethod()The default discrete prior to use for discrete distributions during parameter learning.static DiscretePriorMethodDiscretePriorMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscretePriorMethod[]DiscretePriorMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.learning.parameters with parameters of type DiscretePriorMethod Modifier and Type Method Description voidDistributionSpecification. setDiscretePriorMethod(DiscretePriorMethod value)Sets the type of discrete prior to use for this distribution.voidPriors. setDiscretePriorMethod(DiscretePriorMethod value)The default discrete prior to use for discrete distributions during parameter learning.
-