| Package | Description |
|---|---|
| org.encog.ml.bayesian | |
| org.encog.ml.bayesian.query | |
| org.encog.ml.bayesian.query.enumerate | |
| org.encog.ml.bayesian.query.sample |
| Modifier and Type | Method and Description |
|---|---|
BayesianQuery |
BayesianNetwork.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
BayesianNetwork.setQuery(BayesianQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicQuery
Provides basic functionality for a Bayesian query.
|
| Modifier and Type | Method and Description |
|---|---|
BayesianQuery |
BayesianQuery.clone() |
BayesianQuery |
BasicQuery.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerationQuery
An enumeration query allows probabilistic queries on a Bayesian network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingQuery
A sampling query allows probabilistic queries on a Bayesian network.
|
Copyright © 2014. All Rights Reserved.