org.encog.app.analyst.csv
public class TimeSeriesUtil extends Object
Constructor and Description |
---|
TimeSeriesUtil(EncogAnalyst theAnalyst,
boolean includeOutput,
List<String> headings)
Construct the time-series utility.
|
Modifier and Type | Method and Description |
---|---|
EncogAnalyst |
getAnalyst() |
List<double[]> |
getBuffer() |
Map<String,Integer> |
getHeadingMap() |
int |
getInputSize() |
int |
getLagDepth() |
int |
getLeadDepth() |
int |
getOutputSize() |
int |
getTotalDepth() |
double[] |
process(double[] input)
Process a row.
|
public TimeSeriesUtil(EncogAnalyst theAnalyst, boolean includeOutput, List<String> headings)
theAnalyst
- The analyst to use.headings
- The column headings.public EncogAnalyst getAnalyst()
public List<double[]> getBuffer()
public int getInputSize()
public int getLagDepth()
public int getLeadDepth()
public int getOutputSize()
public int getTotalDepth()
public double[] process(double[] input)
input
- The input.Copyright © 2014. All Rights Reserved.