| Package | Description |
|---|---|
| com.bayesserver.inference |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.