Uses of Class
com.bayesserver.ExpressionDistribution
-
Packages that use ExpressionDistribution Package Description com.bayesserver -
-
Uses of ExpressionDistribution in com.bayesserver
Methods in com.bayesserver that return ExpressionDistribution Modifier and Type Method Description static ExpressionDistribution
ExpressionDistribution. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionDistribution[]
ExpressionDistribution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver with parameters of type ExpressionDistribution Modifier and Type Method Description DistributionExpression
NodeDistributionExpressions. get(NodeDistributionKey key, NodeDistributionKind kind, ExpressionDistribution expressionDistribution)
Gets a distribution expression with particular properties, such as temporal order.void
NodeDistributionExpressions. set(NodeDistributionKey key, NodeDistributionKind kind, ExpressionDistribution expressionDistribution, DistributionExpression value)
Sets a distribution expression with particular properties, such as temporal order.
-