org.encog.ml.factory.method
Class BayesianFactory

java.lang.Object
  extended by org.encog.ml.factory.method.BayesianFactory

public class BayesianFactory
extends Object

Factory to create bayesian networks.


Constructor Summary
BayesianFactory()
           
 
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
 

Constructor Detail

BayesianFactory

public BayesianFactory()
Method Detail

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.