C# Class Encog.Neural.Networks.Training.Propagation.TrainingContinuation

Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Get ( String name ) : Object

Get an object by name.

Put ( String key, double list ) : void

Save a list of doubles.

Set ( String name, Object v ) : void

Set a value to a string.

TrainingContinuation ( ) : System

Construct the object.

Method Details

Get() public method

Get an object by name.
public Get ( String name ) : Object
name String The name of the object.
return Object

Put() public method

Save a list of doubles.
public Put ( String key, double list ) : void
key String The key to save them under.
list double The list of doubles.
return void

Set() public method

Set a value to a string.
public Set ( String name, Object v ) : void
name String The value to set.
v Object The value.
return void

TrainingContinuation() public method

Construct the object.
public TrainingContinuation ( ) : System
return System