org.encog.ml.factory.method
Class BayesianFactory
- java.lang.Object
-
- org.encog.ml.factory.method.BayesianFactory
-
public class BayesianFactory extends java.lang.ObjectFactory to create bayesian networks.
-
-
Constructor Summary
Constructors Constructor and Description BayesianFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MLMethodcreate(java.lang.String architecture, int input, int output)Create a bayesian network.
-
-
-
Method Detail
-
create
public MLMethod create(java.lang.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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG