Package | Description |
---|---|
org.encog.ml.bayesian.training | |
org.encog.ml.bayesian.training.estimator |
Constructor and Description |
---|
TrainBayesian(BayesianNetwork theNetwork,
MLDataSet theData,
int theMaximumParents,
BayesianInit theInit,
BayesSearch theSearch,
BayesEstimator theEstimator)
Construct a Bayesian trainer.
|
Modifier and Type | Class and Description |
---|---|
class |
EstimatorNone
A simple estimator that does nothing.
|
class |
SimpleEstimator
A simple probability estimator.
|
Copyright © 2014. All Rights Reserved.