Méthode | Description | |
---|---|---|
Load ( |
Load the specified Encog object from an XML reader.
|
|
Save ( IEncogPersistedObject obj, |
Save the specified Encog object to an XML writer.
|
public Load ( |
||
xmlIn | The XML reader to use. | |
Résultat | IEncogPersistedObject |
public Save ( IEncogPersistedObject obj, |
||
obj | IEncogPersistedObject | The object to save. |
xmlOut | The XML writer to save to. | |
Résultat | void |