메소드 | 설명 | |
---|---|---|
Analyze ( double array ) : void |
Analyze the 1D array.
|
|
CountInputFields ( ) : int |
Count the number of input fields, or fields used to predict.
|
|
CountPredictFields ( ) : int |
Count the number of fields that are that are in the prediction.
|
|
Process ( double data ) : IMLDataSet |
Process the array.
|
|
TemporalWindowArray ( int theInputWindow, int thePredictWindow ) : System.Linq |
Construct a time-series from an array.
|
public Process ( double data ) : IMLDataSet | ||
data | double | The array to process. |
리턴 | IMLDataSet |
public TemporalWindowArray ( int theInputWindow, int thePredictWindow ) : System.Linq | ||
theInputWindow | int | The size of the input window. |
thePredictWindow | int | The size of the predict window. |
리턴 | System.Linq |