Package | Description |
---|---|
org.encog.ml.bayesian.training |
Modifier and Type | Method and Description |
---|---|
BayesianInit |
TrainBayesian.getInitNetwork() |
static BayesianInit |
BayesianInit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BayesianInit[] |
BayesianInit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainBayesian.setInitNetwork(BayesianInit initNetwork)
Set the network init method.
|
Constructor and Description |
---|
TrainBayesian(BayesianNetwork theNetwork,
MLDataSet theData,
int theMaximumParents,
BayesianInit theInit,
BayesSearch theSearch,
BayesEstimator theEstimator)
Construct a Bayesian trainer.
|
Copyright © 2014. All Rights Reserved.