Uses of Class
org.dmg.pmml.time_series.InterceptVector
-
Packages that use InterceptVector Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of InterceptVector in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type InterceptVector Modifier and Type Method Description VisitorActionVisitor. visit(InterceptVector interceptVector) -
Uses of InterceptVector in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return InterceptVector Modifier and Type Method Description InterceptVectorInterceptVector. addExtensions(Extension... extensions)InterceptVectorObjectFactory. createInterceptVector()Create an instance ofInterceptVectorInterceptVectorStateSpaceModel. getInterceptVector()InterceptVectorInterceptVector. setArray(Array array)InterceptVectorInterceptVector. setType(InterceptVector.Type type)Methods in org.dmg.pmml.time_series with parameters of type InterceptVector Modifier and Type Method Description StateSpaceModelStateSpaceModel. setInterceptVector(InterceptVector interceptVector) -
Uses of InterceptVector in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type InterceptVector Modifier and Type Method Description VisitorActionAbstractVisitor. visit(InterceptVector interceptVector)
-