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

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

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

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

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

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

The default constructor, for reflection.
public IndexSampleSegregator ( ) : System
Результат System

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

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

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

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