A process which is a multinomial mixture of continuous component processes.
Blueprint for a continuous valued stochastic process, abstracts away the behavior common to sub-classes such as io.github.mandar2812.dynaml.models.gp.GPRegression, io.github.mandar2812.dynaml.models.stp.StudentTRegression and others.
An evaluable model is on in which there is a function taking in a csv reader object pointing to a test csv file and returns the appropriate Metrics object
An evaluable model is on in which there is a function taking in a csv reader object pointing to a test csv file and returns the appropriate Metrics object
The type of the model's Parameters
The type of the output value
A multinomial mixture of component processes, each of which can output predictive distributions which have error bars around the mean/mode.
A multinomial mixture of component processes, each of which can output predictive distributions which have error bars around the mean/mode.
The training data type of each component
The input feature type accepted by each component
The type of the output label
The type of a collection of outputs, e.g. vector
The type of the second moment (variance) returned by the predictive distribution of each component process
The type of the predictive distribution of each process.
The random variable type returned by the predictiveDistribution() method of each component.
The type of the stochastic process components
Represents skeleton of a Linear Model.
Represents skeleton of a Linear Model.
The underlying type of the data structure ex. Gremlin, Neo4j, Spark RDD etc
A Vector/Matrix of Doubles
A Vector/Matrix representing the features of a point
The type of the output of the predictive model i.e. A Real Number or a Vector of outputs.
The type of the data containing the features and label.
Basic Higher Level abstraction for Machine Learning models.
Basic Higher Level abstraction for Machine Learning models.
The type of the training & test data
The type of a single input pattern
The type of a single output pattern
Skeleton of Parameterized Model
Skeleton of Parameterized Model
The type of the underlying data.
The type of the parameters
A Vector/Matrix representing the features of a point
The type of the output of the predictive model i.e. A Real Number or a Vector of outputs.
The type of the edge containing the features and label.
Processes which can be specified by upto second order statistics i.e.
Processes which can be specified by upto second order statistics i.e. mean and covariance
The underlying data structure storing the training & test data.
The type of the index set (i.e. Double for time series, DenseVector for GP regression)
The type of the output label
The type returned by the kernel function.
The data structure holding the kernel/covariance matrix
Implementing class of the posterior distribution
High Level description of a stochastic process based predictive model.
High Level description of a stochastic process based predictive model.
The underlying data structure storing the training & test data.
The type of the index set (i.e. Double for time series, DenseVector for GP regression)
The type of the output label
Implementing class of the posterior distribution
A process which is a multinomial mixture of continuous component processes.
The type of the index set (i.e. Double for time series, DenseVector for GP regression)
The type of the output label
Implementing class of the posterior distribution for the base processes should inherit from ContinuousMixtureRV