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

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

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

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

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

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

Default constructor for reflection.
public IndexRangeSegregator ( ) : System
Результат System

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

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.
Результат System

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

Determines if the current row should be included.
public ShouldInclude ( ) : bool
Результат bool