Uses of Class
com.bayesserver.inference.QueryComparison
-
Packages that use QueryComparison Package Description com.bayesserver.inference -
-
Uses of QueryComparison in com.bayesserver.inference
Methods in com.bayesserver.inference that return QueryComparison Modifier and Type Method Description QueryComparison
QueryDistribution. getComparison()
Gets a value indicating whether queried values should be adjusted to show how they compare to the same query with no evidence, or base evidence.static QueryComparison
QueryComparison. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryComparison[]
QueryComparison. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.inference with parameters of type QueryComparison Modifier and Type Method Description void
QueryDistribution. setComparison(QueryComparison value)
Sets a value indicating whether queried values should be adjusted to show how they compare to the same query with no evidence, or base evidence.
-