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