CronoSeries
0.1.*
A fork of Cronos with a focus on being a Time Series class library.
|
A TimeSeriesTransformation takes one or more univariate or multivariate inputs and creates a single univariate or multivariate output. More...
Protected Types | |
enum | InputType { Invalid, UnivariateTS, MultivariateTS, Longitudinal, Mixed } |
Protected Member Functions | |
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) |
Protected Attributes | |
string | multivariateOutputPrefix |
List< Data.TimeSeries > | outputs |
Dictionary< int, object > | socketedInputs |
virtual bool | ShouldBundleOutputs => true |
Properties | |
bool | IsValid [get, protected set] |
string | ToolTipText [get, set] |
![]() | |
string | ToolTipText [get, set] |
A TimeSeriesTransformation takes one or more univariate or multivariate inputs and creates a single univariate or multivariate output.
|
inlineprotected |
returns input type for the specified socket, or an overall input type if socket==-1
socket |