C# Class Encog.Normalize.Output.BasicOutputFieldGroup

Provides very basic functionality that other output field groups will use. Mainly provides the list of fields that are grouped.
Inheritance: IOutputFieldGroup
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
AddField ( OutputFieldGrouped field ) : void

Add a field to this group.

RowInit ( ) : void

Init for a new row.

Method Details

AddField() public méthode

Add a field to this group.
public AddField ( OutputFieldGrouped field ) : void
field OutputFieldGrouped The field to add to the group.
Résultat void

RowInit() public abstract méthode

Init for a new row.
public abstract RowInit ( ) : void
Résultat void