Uses of Class
org.dmg.pmml.time_series.PredictedStateCovarianceMatrix
-
Packages that use PredictedStateCovarianceMatrix Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of PredictedStateCovarianceMatrix in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PredictedStateCovarianceMatrix Modifier and Type Method Description VisitorActionVisitor. visit(PredictedStateCovarianceMatrix predictedStateCovarianceMatrix) -
Uses of PredictedStateCovarianceMatrix in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return PredictedStateCovarianceMatrix Modifier and Type Method Description PredictedStateCovarianceMatrixPredictedStateCovarianceMatrix. addExtensions(Extension... extensions)PredictedStateCovarianceMatrixObjectFactory. createPredictedStateCovarianceMatrix()Create an instance ofPredictedStateCovarianceMatrixPredictedStateCovarianceMatrixStateSpaceModel. getPredictedStateCovarianceMatrix()PredictedStateCovarianceMatrixPredictedStateCovarianceMatrix. setMatrix(Matrix matrix)Methods in org.dmg.pmml.time_series with parameters of type PredictedStateCovarianceMatrix Modifier and Type Method Description StateSpaceModelStateSpaceModel. setPredictedStateCovarianceMatrix(PredictedStateCovarianceMatrix predictedStateCovarianceMatrix) -
Uses of PredictedStateCovarianceMatrix in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PredictedStateCovarianceMatrix Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PredictedStateCovarianceMatrix predictedStateCovarianceMatrix)
-