C# Class Encog.Util.Normalize.Segregate.SegregationRange

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

Méthodes publiques

Méthode Description
InRange ( double value ) : bool

Is this value within the range.

SegregationRange ( ) : System

Default constructor for reflection.

SegregationRange ( double low, double high, bool include ) : System

Construct a segregation range.

Method Details

InRange() public méthode

Is this value within the range.
public InRange ( double value ) : bool
value double The value to check.
Résultat bool

SegregationRange() public méthode

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

SegregationRange() public méthode

Construct a segregation range.
public SegregationRange ( double low, double high, bool include ) : System
low double The low end of the range.
high double The high end of the range.
include bool Specifies if the range should be included.
Résultat System