C# Class Encog.Util.Normalize.Segregate.Index.IndexRangeSegregator

Inheritance: IndexSegregator
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
IndexRangeSegregator ( ) : System

Default constructor for reflection.

IndexRangeSegregator ( int startingIndex, int endingIndex ) : System

Construct an index range segregator.

ShouldInclude ( ) : bool

Determines if the current row should be included.

Method Details

IndexRangeSegregator() public méthode

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

IndexRangeSegregator() public méthode

Construct an index range segregator.
public IndexRangeSegregator ( int startingIndex, int endingIndex ) : System
startingIndex int The starting index to allow.
endingIndex int The ending index to allow.
Résultat System

ShouldInclude() public méthode

Determines if the current row should be included.
public ShouldInclude ( ) : bool
Résultat bool