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

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Get an object by name.
public Get ( String name ) : Object
name String The name of the object.
Résultat Object

Put() public méthode

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.
Résultat void

Set() public méthode

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

TrainingContinuation() public méthode

Construct the object.
public TrainingContinuation ( ) : System
Résultat System