Uses of Class
com.pervasive.datarush.ports.model.SimpleModelPort
-
Packages that use SimpleModelPort Package Description com.pervasive.datarush.analytics.regression Provides utility, PMML and other classes for shared use by regression related entities.com.pervasive.datarush.ports.model Provides implementations of port objects dealing with the flow of single objects between operators. -
-
Uses of SimpleModelPort in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression that return SimpleModelPort Modifier and Type Method Description SimpleModelPort<org.apache.commons.math.linear.Array2DRowRealMatrix>
SumOfSquares. getOutput()
Get the output model port of this operator. -
Uses of SimpleModelPort in com.pervasive.datarush.ports.model
Methods in com.pervasive.datarush.ports.model that return SimpleModelPort Modifier and Type Method Description SimpleModelPort<T>
SimpleModelPort.Factory. newPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional)
-