|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.networks.logic.ARTLogic
public abstract class ARTLogic
Base class for all forms of the adaptive resonance theory (ART) classes.
| 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 |
|---|
public static final String PROPERTY_A1
public static final String PROPERTY_B1
public static final String PROPERTY_C1
public static final String PROPERTY_D1
public static final String PROPERTY_L
public static final String PROPERTY_VIGILANCE
| Constructor Detail |
|---|
public ARTLogic()
| Method Detail |
|---|
public BasicNetwork getNetwork()
public void init(BasicNetwork network)
init in interface NeuralLogicnetwork - The network that this logic class belongs to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||