Uses of Class
org.dmg.pmml.time_series.FinalStateVector
-
Packages that use FinalStateVector Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of FinalStateVector in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type FinalStateVector Modifier and Type Method Description VisitorActionVisitor. visit(FinalStateVector finalStateVector) -
Uses of FinalStateVector in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return FinalStateVector Modifier and Type Method Description FinalStateVectorObjectFactory. createFinalStateVector()Create an instance ofFinalStateVectorFinalStateVectorKalmanState. getFinalStateVector()FinalStateVectorKalmanState. requireFinalStateVector()FinalStateVectorFinalStateVector. setArray(Array array)Methods in org.dmg.pmml.time_series with parameters of type FinalStateVector Modifier and Type Method Description KalmanStateKalmanState. setFinalStateVector(FinalStateVector finalStateVector)Constructors in org.dmg.pmml.time_series with parameters of type FinalStateVector Constructor Description KalmanState(FinalOmega finalOmega, FinalStateVector finalStateVector) -
Uses of FinalStateVector in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type FinalStateVector Modifier and Type Method Description VisitorActionAbstractVisitor. visit(FinalStateVector finalStateVector)
-