Method | Description | |
---|---|---|
Analyze ( EncogAnalyst theAnalyst, |
Analyze the data. This counts the records and prepares the data to be processed.
|
|
Process ( |
Process the file.
|
Method | Description | |
---|---|---|
AnalystPrepareOutputFile ( |
Prepare the output file, write headers if needed.
|
public Analyze ( EncogAnalyst theAnalyst, |
||
theAnalyst | EncogAnalyst | The analyst to use. |
inputFile | The input file. | |
headers | bool | True if headers are present. |
format | The format the file is in. | |
return | void |
public Process ( |
||
outputFile | The output file. | |
method | IMLRegression | The method to use. |
return | void |