Uses of Class
org.dmg.pmml.time_series.HVector
-
Packages that use HVector Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of HVector in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type HVector Modifier and Type Method Description VisitorActionVisitor. visit(HVector hVector) -
Uses of HVector in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return HVector Modifier and Type Method Description HVectorObjectFactory. createHVector()Create an instance ofHVectorHVectorKalmanState. getHVector()HVectorHVector. setArray(Array array)Methods in org.dmg.pmml.time_series with parameters of type HVector Modifier and Type Method Description KalmanStateKalmanState. setHVector(HVector hVector) -
Uses of HVector in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type HVector Modifier and Type Method Description VisitorActionAbstractVisitor. visit(HVector hVector)
-