AddLinearFunction
-
MLModule
author |
Tim Kroeger |
package |
FMEwork/Release |
dll |
MLStochasticCollocation |
definition |
MLStochasticCollocation.def |
see also |
LoadLinearFunction , InterpolatePolynomialToLinearFunction , EvaluateLinearFunction , GraphLinearFunction , NodesLinearFunction , PartiallyEvaluateLinearFunction , IntegrateBoxLinearFunction , SelectLinearFunction , CovarianceMatrixLinearFunction , ThresholdLinearFunction , SaveLinearFunction , HistogramLinearFunction , ResampleLinearFunction , BoundingBoxLinearFunction , HistogramSphereLinearFunction |
keywords |
interpolation , function , multivariate , piecewise , multilinear , add , sum , subtract , difference , arithmetics , multiply |
Purpose
The module AddLinearFunction
adds several piecewise multi-linear functions to obtain a new one.
The individual functions can optionally be multiplied with constant factors, so that subtracting functions can also be performed with this module, as well as just multiplication of a single function with a constant.
Usage
Combine functions you want to add to a list (using the SelectLinearFunction
module if appropriate) and connect that list to this module. That’s all.
Windows
Default Panel
Output Fields
outputFunction
-
name:
outputFunction
, type:
MLBase
Parameter Fields
Visible Fields
Factors
-
name:
factors
, type:
String
You can optionally multiply each function with a constant factor before adding it.
for this purpose, enter here a comma separated list of factors. If less factors are given than the function array has components, the remaining functions are multiplied with 1.