C# Class Encog.Util.Normalize.Output.OutputFieldDirect

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

Méthodes publiques

Méthode Description
Calculate ( int subfield ) : double

Calculate the value for this field. This will simply be the value from the input field.

OutputFieldDirect ( ) : System

Default constructor for reflection.

OutputFieldDirect ( IInputField sourceField ) : System

Construct a direct output field.

RowInit ( ) : void

Not needed for this sort of output field.

Method Details

Calculate() public méthode

Calculate the value for this field. This will simply be the value from the input field.
public Calculate ( int subfield ) : double
subfield int Not used, as this output field type does not /// support subfields.
Résultat double

OutputFieldDirect() public méthode

Default constructor for reflection.
public OutputFieldDirect ( ) : System
Résultat System

OutputFieldDirect() public méthode

Construct a direct output field.
public OutputFieldDirect ( IInputField sourceField ) : System
sourceField IInputField The source field to pass directly on.
Résultat System

RowInit() public méthode

Not needed for this sort of output field.
public RowInit ( ) : void
Résultat void