public class SSADataset extends Object
| Constructor and Description |
|---|
SSADataset() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getAccruePercentList() |
List<Double> |
getCov() |
int |
getEigenFuncPage() |
List<Double> |
getEigenValueList() |
List<org.jfree.chart.ChartPanel> |
getEigenVecListCharts() |
List |
getEigenVectors() |
List<Double> |
getForecastList() |
double[] |
getForecastSignal() |
int |
getFrameDistance() |
Jama.Matrix[] |
getGroupX() |
double[][] |
getInclosureMatrix() |
int |
getL() |
List<Double> |
getLgEigenValue() |
List<org.jfree.chart.ChartPanel> |
getMainCompListCharts() |
int |
getMainCompPage() |
int |
getNextFrameX() |
int |
getNextFrameY() |
List<Double> |
getPercentList() |
double |
getPercThreshold() |
double[] |
getReconstructedSignal() |
List<Double> |
getReconstructionList() |
List<Double> |
getSMA() |
List<Double> |
getSqrtEigenValue() |
List<Double> |
getTimeSeries() |
Jama.Matrix[] |
getV() |
Jama.Matrix[] |
getX() |
void |
setAccruePercentList(List<Double> accruePercentList) |
void |
setCov(List<Double> cov) |
void |
setEigenFuncPage(int eigenFuncPage) |
void |
setEigenValueList(List<Double> eigenValueList) |
void |
setEigenVecListCharts(List<org.jfree.chart.ChartPanel> eigenVecListCharts) |
void |
setEigenVectors(List eigenVectors) |
void |
setForecastList(List<Double> forecastList) |
void |
setForecastSignal(double[] forecastSignal) |
void |
setFrameDistance(int frameDistance) |
void |
setGroupX(Jama.Matrix[] groupX) |
void |
setInclosureMatrix(double[][] matrix) |
void |
setL(int L) |
void |
setLgEigenValue(List<Double> lgEigenValue) |
void |
setMainCompListCharts(List<org.jfree.chart.ChartPanel> mainCompListCharts) |
void |
setMainCompPage(int mainCompPage) |
void |
setNextFrameX(int nextFrameX) |
void |
setNextFrameY(int nextFrameY) |
void |
setPercentList(List<Double> percentList) |
void |
setPercThreshold(double percThreshold) |
void |
setReconstructedSignal(double[] reconstructedSignal) |
void |
setReconstructionList(List<Double> reconstructionList) |
void |
setSMA(List<Double> SMA) |
void |
setSqrtEigenValue(List<Double> sqrtEigenValue) |
void |
setTimeSeries(List<Double> timeSeries) |
void |
setV(Jama.Matrix[] V) |
void |
setX(Jama.Matrix[] X) |
public List getEigenVectors()
public void setEigenVectors(List eigenVectors)
public Jama.Matrix[] getV()
public void setV(Jama.Matrix[] V)
public int getL()
public void setL(int L)
public double[][] getInclosureMatrix()
public void setInclosureMatrix(double[][] matrix)
public Jama.Matrix[] getX()
public void setX(Jama.Matrix[] X)
public void setFrameDistance(int frameDistance)
public void setNextFrameX(int nextFrameX)
public void setNextFrameY(int nextFrameY)
public int getFrameDistance()
public int getNextFrameX()
public int getNextFrameY()
public int getEigenFuncPage()
public void setEigenFuncPage(int eigenFuncPage)
public List<org.jfree.chart.ChartPanel> getEigenVecListCharts()
public void setEigenVecListCharts(List<org.jfree.chart.ChartPanel> eigenVecListCharts)
public List<org.jfree.chart.ChartPanel> getMainCompListCharts()
public void setMainCompListCharts(List<org.jfree.chart.ChartPanel> mainCompListCharts)
public int getMainCompPage()
public void setMainCompPage(int mainCompPage)
public Jama.Matrix[] getGroupX()
public void setGroupX(Jama.Matrix[] groupX)
public double getPercThreshold()
public void setPercThreshold(double percThreshold)
public double[] getReconstructedSignal()
public void setReconstructedSignal(double[] reconstructedSignal)
public double[] getForecastSignal()
public void setForecastSignal(double[] forecastSignal)
Copyright © 2017. All Rights Reserved.