Method | Description | |
---|---|---|
Analyze ( |
Analyze the neural network.
|
|
Process ( |
Process, and generate the output file.
|
|
ShuffleCSV ( ) : System.IO |
Construct the object.
|
Method | Description | |
---|---|---|
GetNextRow ( |
Get the next row from the underlying CSV file.
|
|
LoadBuffer ( |
Load the buffer from the underlying file.
|
public Analyze ( |
||
inputFile | The input file. | |
headers | bool | True, if there are headers. |
format | The format of the CSV file. | |
return | void |
public Process ( |
||
outputFile | The output file. | |
return | void |