Method | Description | |
---|---|---|
Load ( |
Load the specified Encog object from an XML reader.
|
|
Save ( IEncogPersistedObject obj, |
Save the specified Encog object to an XML writer.
|
Method | Description | |
---|---|---|
HandleLayers ( |
Handle any layers that should be loaded.
|
|
HandleLogic ( |
Load the neural logic object.
|
|
HandleProperties ( |
Load the properties.
|
|
HandleSynapses ( |
Process any synapses that should be loaded.
|
|
HandleTags ( |
||
SaveLayers ( |
Save the layers to the specified XML writer.
|
|
SaveLogic ( |
Save the neural logic object.
|
|
SaveProperties ( |
Save the neural properties.
|
|
SaveSynapses ( |
Save the synapses to the specified XML writer.
|
|
SaveTags ( |
public Load ( |
||
xmlIn | The XML reader to use. | |
return | IEncogPersistedObject |
public Save ( IEncogPersistedObject obj, |
||
obj | IEncogPersistedObject | The object to save. |
xmlOut | The XML writer to save to. | |
return | void |