|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.persistors.RadialBasisFunctionLayerPersistor
public class RadialBasisFunctionLayerPersistor
The Encog persistor used to persist the RadialBasisFunctionLayer class.
| Field Summary | |
|---|---|
static String |
PROPERTY_CENTERS
The centers. |
static String |
PROPERTY_PEAK
The peak. |
static String |
PROPERTY_RBF
XML tag for the radial functions collection. |
static String |
PROPERTY_WIDTH
The width. |
| Constructor Summary | |
|---|---|
RadialBasisFunctionLayerPersistor()
|
|
| Method Summary | |
|---|---|
EncogPersistedObject |
load(ReadXML in)
Load a RBF layer. |
void |
save(EncogPersistedObject obj,
WriteXML out)
Save a RBF layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_RBF
public static final String PROPERTY_CENTERS
public static final String PROPERTY_PEAK
public static final String PROPERTY_WIDTH
| Constructor Detail |
|---|
public RadialBasisFunctionLayerPersistor()
| Method Detail |
|---|
public EncogPersistedObject load(ReadXML in)
load in interface Persistorin - The XML to read from.
public void save(EncogPersistedObject obj,
WriteXML out)
save in interface Persistorobj - The object to save.out - XML stream to write to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||