Uses of Class
org.dmg.pmml.time_series.SelectedStateCovarianceMatrix
-
Packages that use SelectedStateCovarianceMatrix Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of SelectedStateCovarianceMatrix in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type SelectedStateCovarianceMatrix Modifier and Type Method Description VisitorActionVisitor. visit(SelectedStateCovarianceMatrix selectedStateCovarianceMatrix) -
Uses of SelectedStateCovarianceMatrix in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return SelectedStateCovarianceMatrix Modifier and Type Method Description SelectedStateCovarianceMatrixSelectedStateCovarianceMatrix. addExtensions(Extension... extensions)SelectedStateCovarianceMatrixObjectFactory. createSelectedStateCovarianceMatrix()Create an instance ofSelectedStateCovarianceMatrixSelectedStateCovarianceMatrixStateSpaceModel. getSelectedStateCovarianceMatrix()SelectedStateCovarianceMatrixSelectedStateCovarianceMatrix. setMatrix(Matrix matrix)Methods in org.dmg.pmml.time_series with parameters of type SelectedStateCovarianceMatrix Modifier and Type Method Description StateSpaceModelStateSpaceModel. setSelectedStateCovarianceMatrix(SelectedStateCovarianceMatrix selectedStateCovarianceMatrix) -
Uses of SelectedStateCovarianceMatrix in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type SelectedStateCovarianceMatrix Modifier and Type Method Description VisitorActionAbstractVisitor. visit(SelectedStateCovarianceMatrix selectedStateCovarianceMatrix)
-