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

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

Méthodes publiques

Méthode Description
Init ( Encog.Util.Normalize.DataNormalization normalization ) : void

Setup this class with the specified normalization object.

PassInit ( ) : void

Init for pass... nothing to do fo this class.

RollIndex ( ) : void

Used to increase the current index as data is processed.

ShouldInclude ( ) : bool

Should this row be included, according to this segregator.

Method Details

Init() public méthode

Setup this class with the specified normalization object.
public Init ( Encog.Util.Normalize.DataNormalization normalization ) : void
normalization Encog.Util.Normalize.DataNormalization Normalization object.
Résultat void

PassInit() public méthode

Init for pass... nothing to do fo this class.
public PassInit ( ) : void
Résultat void

RollIndex() public méthode

Used to increase the current index as data is processed.
public RollIndex ( ) : void
Résultat void

ShouldInclude() public abstract méthode

Should this row be included, according to this segregator.
public abstract ShouldInclude ( ) : bool
Résultat bool