CronoSeries
0.1.*
A fork of Cronos with a focus on being a Time Series class library.
|
This transformation takes 2 or more univariate or multivariate time series and binds them together into a new multivariate time series. More...
Public Member Functions | |
override int | NumInputs () |
override int | NumOutputs () |
override object | GetOutput (int socket) |
override List< Type > | GetOutputTypesFor (int socket) |
override List< Type > | GetAllowedInputTypesFor (int socket) |
override string | GetInputName (int index) |
override string | GetOutputName (int index) |
override string | GetDescription () |
override string | GetShortDescription () |
override void | Recompute () |
![]() | |
bool | InputIsFree (int socket) |
virtual bool | SetInput (int socket, object item, StringBuilder failMsg) |
bool | AllInputsValid () |
virtual string | GetLastComputationInfo () |
Properties | |
int | NumberOfInputs [get, set] |
bool | SampleMissing [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 transformation takes 2 or more univariate or multivariate time series and binds them together into a new multivariate time series.