Uses of Class
org.dmg.pmml.time_series.KalmanState
-
Packages that use KalmanState Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of KalmanState in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type KalmanState Modifier and Type Method Description VisitorActionVisitor. visit(KalmanState kalmanState) -
Uses of KalmanState in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return KalmanState Modifier and Type Method Description KalmanStateObjectFactory. createKalmanState()Create an instance ofKalmanStateKalmanStateMaximumLikelihoodStat. getKalmanState()KalmanStateMaximumLikelihoodStat. requireKalmanState()KalmanStateKalmanState. setFinalOmega(FinalOmega finalOmega)KalmanStateKalmanState. setFinalStateVector(FinalStateVector finalStateVector)KalmanStateKalmanState. setHVector(HVector hVector)Methods in org.dmg.pmml.time_series with parameters of type KalmanState Modifier and Type Method Description MaximumLikelihoodStatMaximumLikelihoodStat. setKalmanState(KalmanState kalmanState)Constructors in org.dmg.pmml.time_series with parameters of type KalmanState Constructor Description MaximumLikelihoodStat(MaximumLikelihoodStat.Method method, KalmanState kalmanState, ThetaRecursionState thetaRecursionState) -
Uses of KalmanState in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type KalmanState Modifier and Type Method Description VisitorActionAbstractVisitor. visit(KalmanState kalmanState)
-