org.encog.ml.factory.method
Class BayesianFactory
java.lang.Object
org.encog.ml.factory.method.BayesianFactory
public class BayesianFactory
- extends Object
Factory to create bayesian networks.
Method Summary |
MLMethod |
create(String architecture,
int input,
int output)
Create a bayesian network. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BayesianFactory
public BayesianFactory()
create
public MLMethod create(String architecture,
int input,
int output)
- Create a bayesian network.
- Parameters:
architecture
- The architecture to use.input
- The input neuron count.output
- The output neuron count.
- Returns:
- The new bayesian network.
Copyright © 2014. All Rights Reserved.