C# Class Encog.Neural.Networks.PersistBasicNetwork

Persist a basic network.
Inheritance: IEncogPersistor
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
Read ( Stream mask0 ) : Object

Read an object.

Save ( Stream os, Object obj ) : void

Method Details

Read() public method

Read an object.
public Read ( Stream mask0 ) : Object
mask0 Stream
return Object

Save() public method

public Save ( Stream os, Object obj ) : void
os Stream
obj Object
return void