org.encog.neural.networks.logic
Class ARTLogic

java.lang.Object
  extended by org.encog.neural.networks.logic.ARTLogic
All Implemented Interfaces:
Serializable, NeuralLogic
Direct Known Subclasses:
ART1Logic

public abstract class ARTLogic
extends Object
implements NeuralLogic

Base class for all forms of the adaptive resonance theory (ART) classes.

Author:
jheaton
See Also:
Serialized Form

Field Summary
static String PROPERTY_A1
          Neural network property, the A1 parameter.
static String PROPERTY_B1
          Neural network property, the B1 parameter.
static String PROPERTY_C1
          Neural network property, the C1 parameter.
static String PROPERTY_D1
          Neural network property, the D1 parameter.
static String PROPERTY_L
          Neural network property, the L parameter.
static String PROPERTY_VIGILANCE
          Neural network property, the vigilance parameter.
 
Constructor Summary
ARTLogic()
           
 
Method Summary
 BasicNetwork getNetwork()
           
 void init(BasicNetwork network)
          Setup the network logic, read parameters from the network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.encog.neural.networks.logic.NeuralLogic
compute
 

Field Detail

PROPERTY_A1

public static final String PROPERTY_A1
Neural network property, the A1 parameter.

See Also:
Constant Field Values

PROPERTY_B1

public static final String PROPERTY_B1
Neural network property, the B1 parameter.

See Also:
Constant Field Values

PROPERTY_C1

public static final String PROPERTY_C1
Neural network property, the C1 parameter.

See Also:
Constant Field Values

PROPERTY_D1

public static final String PROPERTY_D1
Neural network property, the D1 parameter.

See Also:
Constant Field Values

PROPERTY_L

public static final String PROPERTY_L
Neural network property, the L parameter.

See Also:
Constant Field Values

PROPERTY_VIGILANCE

public static final String PROPERTY_VIGILANCE
Neural network property, the vigilance parameter.

See Also:
Constant Field Values
Constructor Detail

ARTLogic

public ARTLogic()
Method Detail

getNetwork

public BasicNetwork getNetwork()
Returns:
The network in use.

init

public void init(BasicNetwork network)
Setup the network logic, read parameters from the network.

Specified by:
init in interface NeuralLogic
Parameters:
network - The network that this logic class belongs to.


Copyright © 2011. All Rights Reserved.