Uses of Class
org.dmg.pmml.time_series.TransferFunctionValues
-
Packages that use TransferFunctionValues Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of TransferFunctionValues in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TransferFunctionValues Modifier and Type Method Description VisitorActionVisitor. visit(TransferFunctionValues transferFunctionValues) -
Uses of TransferFunctionValues in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TransferFunctionValues Modifier and Type Method Description TransferFunctionValuesObjectFactory. createTransferFunctionValues()Create an instance ofTransferFunctionValuesTransferFunctionValuesRegressorValues. getTransferFunctionValues()TransferFunctionValuesTransferFunctionValues. setArray(Array array)Methods in org.dmg.pmml.time_series with parameters of type TransferFunctionValues Modifier and Type Method Description RegressorValuesRegressorValues. setTransferFunctionValues(TransferFunctionValues transferFunctionValues) -
Uses of TransferFunctionValues in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TransferFunctionValues Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TransferFunctionValues transferFunctionValues)
-