Package | Description |
---|---|
org.encog.app.analyst.csv.basic | |
org.encog.app.analyst.csv.normalize | |
org.encog.app.analyst.csv.process |
Modifier and Type | Method and Description |
---|---|
String |
BasicCachedFile.getColumnData(String name,
ReadCSV csv)
Get the data for a specific column.
|
void |
BasicFile.readHeaders(ReadCSV csv)
Read the headers from a CSV file.
|
Constructor and Description |
---|
LoadedRow(ReadCSV csv)
Load a row from the specified CSV file.
|
LoadedRow(ReadCSV csv,
int extra)
Construct a loaded row.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
AnalystNormalizeCSV.extractFields(EncogAnalyst analyst,
CSVHeaders headers,
ReadCSV csv,
int outputLength,
boolean skipOutput)
Extract fields from a file into a numeric array for machine learning.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessExtension.init(ReadCSV csv,
int theBackwardWindowSize,
int theForwardWindowSize) |
Copyright © 2014. All Rights Reserved.