| Package | Description |
|---|---|
| com.bayesserver.inference |
| Modifier and Type | Class and Description |
|---|---|
class |
LikelihoodSamplingQueryOutput
Returns any information, in addition to the
distributions, that is requested from a query. |
class |
LoopyBeliefQueryOutput
Returns any information, in addition to the
distributions, that is requested from a query. |
class |
RelevanceTreeQueryOutput
Returns any information, in addition to the
distributions, that is requested from a query. |
class |
VariableEliminationQueryOutput
Returns any information, in addition to the
distributions, that is requested from a query. |
| Modifier and Type | Method and Description |
|---|---|
QueryOutput |
InferenceFactory.createQueryOutput()
Creates an object that collects information about each
query, in addition to the distributions. |
QueryOutput |
LikelihoodSamplingInferenceFactory.createQueryOutput()
Creates an object that collects information about each
query, in addition to the distributions. |
QueryOutput |
LoopyBeliefInferenceFactory.createQueryOutput()
Creates an object that collects information about each
query, in addition to the distributions. |
QueryOutput |
RelevanceTreeInferenceFactory.createQueryOutput()
Creates a
RelevanceTreeQueryOutput instance that collects information about each query, in addition to the distributions. |
QueryOutput |
VariableEliminationInferenceFactory.createQueryOutput()
Creates a
VariableEliminationQueryOutput instance that collects information about each query, in addition to the distributions. |
| Modifier and Type | Method and Description |
|---|---|
void |
Inference.query(QueryOptions queryOptions,
QueryOutput queryOutput)
Calculates a number of distributions, e.g.
|
void |
LikelihoodSamplingInference.query(QueryOptions queryOptions,
QueryOutput queryOutput)
Calculates a number of distributions, e.g.
|
void |
LoopyBeliefInference.query(QueryOptions queryOptions,
QueryOutput queryOutput)
Calculates a number of distributions, e.g.
|
void |
RelevanceTreeInference.query(QueryOptions queryOptions,
QueryOutput queryOutput)
Calculates a number of distributions, e.g.
|
void |
VariableEliminationInference.query(QueryOptions queryOptions,
QueryOutput queryOutput)
Calculates a number of distributions, e.g.
|
Copyright © 2021. All rights reserved.