Package | Description |
---|---|
org.encog.ml.bayesian |
Modifier and Type | Method and Description |
---|---|
BayesianChoice |
BayesianEvent.getChoice(int arg)
Return the choice specified by the index.
|
Modifier and Type | Method and Description |
---|---|
Set<BayesianChoice> |
BayesianEvent.getChoices() |
Modifier and Type | Method and Description |
---|---|
int |
BayesianChoice.compareTo(BayesianChoice other) |
Modifier and Type | Method and Description |
---|---|
BayesianEvent |
BayesianNetwork.createEvent(String label,
List<BayesianChoice> options)
Create an event specified on the label and options provided.
|
Constructor and Description |
---|
BayesianEvent(String theLabel,
List<BayesianChoice> theChoices)
Construct an event with the specified label and choices.
|
Copyright © 2014. All Rights Reserved.