Uses of Class
com.bayesserver.inference.QueryDistance
-
Packages that use QueryDistance Package Description com.bayesserver.inference -
-
Uses of QueryDistance in com.bayesserver.inference
Methods in com.bayesserver.inference that return QueryDistance Modifier and Type Method Description QueryDistance
QueryDistribution. getQueryDistance()
Gets a value indicating whether the distance should be calculated between the query calculated with base evidence (or no evidence), and the same query calculated with evidence.static QueryDistance
QueryDistance. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryDistance[]
QueryDistance. 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 QueryDistance Modifier and Type Method Description void
QueryDistribution. setQueryDistance(QueryDistance value)
Sets a value indicating whether the distance should be calculated between the query calculated with base evidence (or no evidence), and the same query calculated with evidence.
-