AdfTest Constructor |
Name | Description | |
---|---|---|
AdfTest |
Initializes an instance of AdfTest with default settings.
| |
AdfTest(Int32, Int32, TimeSeriesModelType) |
Initializes an instance of AdfTest class with expanding window and
update scheduled by point period.
| |
AdfTest(TimeSpan, Int32, TimeSeriesModelType) |
Initializes an instance of AdfTest class with expanding window
and update scheduled by point period.
| |
AdfTest(Int32, Int32, Int32, TimeSeriesModelType) |
Initializes an instance of AdfTest class with sliding window
and update scheduled by point period.
| |
AdfTest(Int32, TimeSpan, Int32, TimeSeriesModelType) |
Initializes an instance of AdfTest class with sliding window
and update scheduled by point period.
| |
AdfTest(TimeSpan, Int32, Int32, TimeSeriesModelType) |
Initializes an instance of AdfTest class with sliding window
and update scheduled by time period.
| |
AdfTest(TimeSpan, TimeSpan, Int32, TimeSeriesModelType) |
Initializes an instance of AdfTest class with sliding window
and update scheduled by time period.
|