C# 클래스 Encog.App.Analyst.CSV.Basic.BasicCachedFile

상속: BasicFile
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
AddColumn ( BaseCachedColumn column ) : void

Add a new column.

Analyze ( FileInfo input, bool headers, CSVFormat format ) : void

Analyze the input file.

BasicCachedFile ( ) : System

Construct the object.

GetColumnData ( String name, ReadCSV csv ) : String

Get the data for a specific column.

비공개 메소드들

메소드 설명
AttemptResolveName ( String name ) : String

Attempt to resolve a column name.

메소드 상세

AddColumn() 공개 메소드

Add a new column.
public AddColumn ( BaseCachedColumn column ) : void
column BaseCachedColumn The column to add.
리턴 void

Analyze() 공개 메소드

Analyze the input file.
public Analyze ( FileInfo input, bool headers, CSVFormat format ) : void
input System.IO.FileInfo The input file.
headers bool True, if there are headers.
format Encog.Util.CSV.CSVFormat The format of the CSV data.
리턴 void

BasicCachedFile() 공개 메소드

Construct the object.
public BasicCachedFile ( ) : System
리턴 System

GetColumnData() 공개 메소드

Get the data for a specific column.
public GetColumnData ( String name, ReadCSV csv ) : String
name String The column to read.
csv Encog.Util.CSV.ReadCSV The CSV file to read from.
리턴 String