C# Класс Encog.App.Analyst.CSV.AnalystEvaluateCSV

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

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

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

Analyze the data. This counts the records and prepares the data to be processed.

Process ( FileInfo outputFile, IMLMethod method ) : void

Process the file.

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

Метод Описание
PrepareOutputFile ( FileInfo outputFile ) : StreamWriter

Prepare the output file, write headers if needed.

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

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

Analyze the data. This counts the records and prepares the data to be processed.
public Analyze ( EncogAnalyst theAnalyst, FileInfo inputFile, bool headers, CSVFormat format ) : void
theAnalyst Encog.App.Analyst.EncogAnalyst The analyst to use.
inputFile System.IO.FileInfo The input file.
headers bool True if headers are present.
format Encog.Util.CSV.CSVFormat The format.
Результат void

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

Process the file.
public Process ( FileInfo outputFile, IMLMethod method ) : void
outputFile System.IO.FileInfo The output file.
method IMLMethod THe method to use.
Результат void