public class TimeSeriesUtil
extends java.lang.Object
| Constructor and Description |
|---|
TimeSeriesUtil(EncogAnalyst theAnalyst,
boolean includeOutput,
java.util.List<java.lang.String> headings)
Construct the time-series utility.
|
| Modifier and Type | Method and Description |
|---|---|
EncogAnalyst |
getAnalyst() |
java.util.List<double[]> |
getBuffer() |
java.util.Map<java.lang.String,java.lang.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, java.util.List<java.lang.String> headings)
theAnalyst - The analyst to use.includeOutput - whether the output columns will be included in inputheadings - The column headings.public EncogAnalyst getAnalyst()
public java.util.List<double[]> getBuffer()
public java.util.Map<java.lang.String,java.lang.Integer> getHeadingMap()
public int getInputSize()
public int getLagDepth()
public int getLeadDepth()
public int getOutputSize()
public int getTotalDepth()
public double[] process(double[] input)
input - The input.