메소드 | 설명 | |
---|---|---|
PerformAnalysis ( |
Construct the analysis object.
|
|
Process ( EncogAnalyst target ) : void |
Perform the analysis.
|
|
ToString ( ) : String |
|
메소드 | 설명 | |
---|---|---|
GenerateFields ( |
Generate the header fields.
|
|
GenerateFieldsFromCount ( |
Generate the fields using counts, no headers provided.
|
|
GenerateFieldsFromHeaders ( |
Generate the fields using header values.
|
public PerformAnalysis ( |
||
theScript | The script to use. | |
theFilename | String | The name of the file to analyze. |
theHeaders | bool | True if headers are present. |
theFormat | AnalystFileFormat | The format of the file being analyzed. |
리턴 | System |
public Process ( EncogAnalyst target ) : void | ||
target | EncogAnalyst | The Encog analyst object to analyze. |
리턴 | void |