C# Class Encog.Normalize.Output.Nominal.NominalItem

A nominal item.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
BeginRow ( ) : void

Begin a row.

IsInRange ( ) : bool

Determine if the specified value is in range.

NominalItem ( ) : System

Construct a empty range item. Used mainly for reflection.

NominalItem ( IInputField inputField, double high, double low ) : System

Create a nominal item.

Method Details

BeginRow() public méthode

Begin a row.
public BeginRow ( ) : void
Résultat void

IsInRange() public méthode

Determine if the specified value is in range.
public IsInRange ( ) : bool
Résultat bool

NominalItem() public méthode

Construct a empty range item. Used mainly for reflection.
public NominalItem ( ) : System
Résultat System

NominalItem() public méthode

Create a nominal item.
public NominalItem ( IInputField inputField, double high, double low ) : System
inputField IInputField The field that this item is based on.
high double The high value.
low double The low value.
Résultat System