C# Класс Encog.App.Analyst.CSV.Segregate.SegregateCSV

Наследование: Encog.App.Analyst.CSV.Basic.BasicFile
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Analyze ( FileInfo inputFile, bool headers, CSVFormat format ) : void

Analyze the input file.

Process ( ) : void

Process the input file and segregate into the output files.

SegregateCSV ( ) : System.Collections.Generic

Construct the object.

Приватные методы

Метод Описание
BalanceTargets ( ) : void

Balance the targets.

Validate ( ) : void

Validate that the data is correct.

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

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

Analyze the input file.
public Analyze ( FileInfo inputFile, bool headers, CSVFormat format ) : void
inputFile System.IO.FileInfo The input file.
headers bool The headers.
format Encog.Util.CSV.CSVFormat The format of the input file.
Результат void

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

Process the input file and segregate into the output files.
public Process ( ) : void
Результат void

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

Construct the object.
public SegregateCSV ( ) : System.Collections.Generic
Результат System.Collections.Generic