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

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

Méthodes publiques

Méthode Description
IndexSampleSegregator ( ) : System

The default constructor, for reflection.

IndexSampleSegregator ( int startingIndex, int endingIndex, int sampleSize ) : System

Construct an index sample segregator.

ShouldInclude ( ) : bool

Should this row be included.

Method Details

IndexSampleSegregator() public méthode

The default constructor, for reflection.
public IndexSampleSegregator ( ) : System
Résultat System

IndexSampleSegregator() public méthode

Construct an index sample segregator.
public IndexSampleSegregator ( int startingIndex, int endingIndex, int sampleSize ) : System
startingIndex int The starting index.
endingIndex int The ending index.
sampleSize int The sample size.
Résultat System

ShouldInclude() public méthode

Should this row be included.
public ShouldInclude ( ) : bool
Résultat bool