org.encog.ml.factory.method
Class PNNFactory

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

public class PNNFactory
extends Object

A factory to create PNN networks.


Field Summary
static int MAX_LAYERS
          The max layer count.
 
Constructor Summary
PNNFactory()
           
 
Method Summary
 MLMethod create(String architecture, int input, int output)
          Create a PNN network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_LAYERS

public static final int MAX_LAYERS
The max layer count.

See Also:
Constant Field Values
Constructor Detail

PNNFactory

public PNNFactory()
Method Detail

create

public MLMethod create(String architecture,
                       int input,
                       int output)
Create a PNN network.

Parameters:
architecture - THe architecture string to use.
input - The input count.
output - The output count.
Returns:
The RBF network.


Copyright © 2014. All Rights Reserved.