org.encog.app.analyst.csv.process
public class ProcessExtension extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_DATA_NAME |
static ProgramExtensionTemplate |
OPCODE_FIELD |
static ProgramExtensionTemplate |
OPCODE_FIELDMAX |
static ProgramExtensionTemplate |
OPCODE_FIELDMAXPIP |
Constructor and Description |
---|
ProcessExtension(CSVFormat theFormat) |
Modifier and Type | Method and Description |
---|---|
int |
getBackwardWindowSize() |
String |
getField(String fieldName,
int fieldIndex) |
CSVFormat |
getFormat() |
int |
getForwardWindowSize() |
int |
getTotalWindowSize() |
void |
init(ReadCSV csv,
int theBackwardWindowSize,
int theForwardWindowSize) |
boolean |
isDataReady() |
void |
loadRow(LoadedRow row) |
void |
register(FunctionFactory functions) |
public static final String EXTENSION_DATA_NAME
public static final ProgramExtensionTemplate OPCODE_FIELD
public static final ProgramExtensionTemplate OPCODE_FIELDMAX
public static final ProgramExtensionTemplate OPCODE_FIELDMAXPIP
public ProcessExtension(CSVFormat theFormat)
public void loadRow(LoadedRow row)
public void init(ReadCSV csv, int theBackwardWindowSize, int theForwardWindowSize)
public boolean isDataReady()
public int getForwardWindowSize()
public int getBackwardWindowSize()
public int getTotalWindowSize()
public CSVFormat getFormat()
public void register(FunctionFactory functions)
Copyright © 2014. All Rights Reserved.