org.encog.neural.art
public class ART extends BasicML
| Modifier and Type | Field and Description |
|---|---|
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_NO_WINNER
Neural network property for no winner.
|
static String |
PROPERTY_VIGILANCE
Neural network property, the vigilance parameter.
|
| Constructor and Description |
|---|
ART() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateProperties()
Update any objeccts when a property changes.
|
getProperties, getPropertyDouble, getPropertyLong, getPropertyString, setProperty, setProperty, setPropertypublic 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
public static final String PROPERTY_NO_WINNER
public void updateProperties()
updateProperties in interface MLPropertiesupdateProperties in class BasicMLCopyright © 2014. All Rights Reserved.