C# Class Encog.Neural.NEAT.PersistNEATNetwork

Inheritance: IEncogPersistor
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
Read ( Stream mask0 ) : Object

Read the object.

Save ( Stream os, Object obj ) : void

Save the object.

Private Methods

Method Description
WriteLink ( EncogWriteHelper xout, NEATLink link ) : void

Write a link.

Method Details

Read() public method

Read the object.
public Read ( Stream mask0 ) : Object
mask0 Stream The stream to read from.
return Object

Save() public method

Save the object.
public Save ( Stream os, Object obj ) : void
os Stream The output stream.
obj Object The object to save.
return void