NodesLinearFunction
-
MLModule
author |
Tim Kroeger |
package |
FMEwork/Release |
dll |
MLStochasticCollocation |
definition |
MLStochasticCollocation.def |
see also |
LoadLinearFunction , InterpolatePolynomialToLinearFunction , EvaluateLinearFunction , GraphLinearFunction , PartiallyEvaluateLinearFunction , IntegrateBoxLinearFunction , CovarianceMatrixLinearFunction , ThresholdLinearFunction , HistogramLinearFunction , SaveLinearFunction , ResampleLinearFunction , AddLinearFunction , BoundingBoxLinearFunction , HistogramSphereLinearFunction |
keywords |
interpolation , function , multivariate , piecewise , multilinear , linear , nodes , node |
Purpose
The module NodesLinearFunction
extracts the nodes of a piecewise multi-linear function to an XMarkerList object.
Usage
The position of the markers will consist of the positions of the nodes of the function with up to 6 dimensions. The first component of the vector part of the markers will consist of the surpluses at the respective nodes.
If the input is an array of several functions, the vector part of the markers shows the surpluses of up to 3 functions. Note however that it is assumed that all the functions coincide in their bounding box and the nodes.
It is also possible to see the function values rather than the surpluses in the vector component. To do this, enable the Show values instead of surpluses
field.
Windows
Default Panel
Output Fields
outputList
-
name:
outputList
, type:
MLBase
Parameter Fields
Visible Fields
Show values instead of surpluses
-
name:
showValues
, type:
Bool
, default:
FALSE
If checked, the function values are stored in the vector component of the markers, rather than the surpluses.
This is in general slower and should thus be disabled unless needed.