C# Класс Encog.Util.Normalize.Segregate.Index.IndexSegregator

Наследование: ISegregator
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Init() публичный Метод

Setup this class with the specified normalization object.
public Init ( Encog.Util.Normalize.DataNormalization normalization ) : void
normalization Encog.Util.Normalize.DataNormalization Normalization object.
Результат void

PassInit() публичный Метод

Init for pass... nothing to do fo this class.
public PassInit ( ) : void
Результат void

RollIndex() публичный Метод

Used to increase the current index as data is processed.
public RollIndex ( ) : void
Результат void

ShouldInclude() публичный абстрактный Метод

Should this row be included, according to this segregator.
public abstract ShouldInclude ( ) : bool
Результат bool