CronoSeries
0.1.*
A fork of Cronos with a focus on being a Time Series class library.
|
This differencing transformation can operate on univariate, multivariate or longitudinal data. More...
Public Member Functions | |
override string | GetDescription () |
override string | GetShortDescription () |
override int | NumInputs () |
override int | NumOutputs () |
override object | GetOutput (int socket) |
override string | GetInputName (int index) |
override string | GetOutputName (int index) |
override List< Type > | GetAllowedInputTypesFor (int socket) |
override List< Type > | GetOutputTypesFor (int socket) |
override void | Recompute () |
![]() | |
bool | InputIsFree (int socket) |
virtual bool | SetInput (int socket, object item, StringBuilder failMsg) |
bool | AllInputsValid () |
virtual string | GetLastComputationInfo () |
Properties | |
int | Lag [get, set] |
bool | LeftTimeStamps [get, set] |
bool | PadWithZeroes [get, set] |
int | Spacing [get, set] |
int | Phase [get, set] |
![]() | |
bool | IsValid [get, protected set] |
string | ToolTipText [get, set] |
![]() | |
string | ToolTipText [get, set] |
Additional Inherited Members | |
![]() | |
enum | InputType { Invalid, UnivariateTS, MultivariateTS, Longitudinal, Mixed } |
![]() | |
InputType | GetInputType (int socket) |
returns input type for the specified socket, or an overall input type if socket==-1 More... | |
void | CheckInputsReady () |
object | GetInputWithMVFlag (int socket, out bool isMV) |
object | GetInput (int socket) |
int | GetTotalInputDimension () |
List< Data.TimeSeries > | GetInputBundle () |
string | SimpleDescription (object o) |
![]() | |
string | multivariateOutputPrefix |
List< Data.TimeSeries > | outputs |
Dictionary< int, object > | socketedInputs |
virtual bool | ShouldBundleOutputs => true |
This differencing transformation can operate on univariate, multivariate or longitudinal data.