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

A nominal item.
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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 method

Begin a row.
public BeginRow ( ) : void
return void

IsInRange() public method

Determine if the specified value is in range.
public IsInRange ( ) : bool
return bool

NominalItem() public method

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

NominalItem() public method

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.
return System