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

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

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

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

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

Process ( FileInfo outputFile, IMLRegression method ) : void

Process the file.

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

Метод Описание
AnalystPrepareOutputFile ( 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 ( IMLRegression method, FileInfo inputFile, bool headers, CSVFormat format ) : void
method IMLRegression
inputFile System.IO.FileInfo The input file.
headers bool True if headers are present.
format Encog.Util.CSV.CSVFormat The format the file is in.
Результат void

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

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