SaveLinearFunction
-
MLModule
author |
Tim Kroeger |
package |
FMEwork/Release |
dll |
MLStochasticCollocation |
definition |
MLStochasticCollocation.def |
see also |
EvaluateLinearFunction , InterpolatePolynomialToLinearFunction , GraphLinearFunction , NodesLinearFunction , PartiallyEvaluateLinearFunction , IntegrateBoxLinearFunction , CovarianceMatrixLinearFunction , CovarianceMatrixLinearFunction , ThresholdLinearFunction , HistogramLinearFunction , LoadLinearFunction , ResampleLinearFunction , AddLinearFunction , BoundingBoxLinearFunction , HistogramSphereLinearFunction |
keywords |
save , interpolation , function , multivariate , piecewise , multilinear , linear |
Purpose
The module SaveLinearFunction
saves a vector of piecewise multi-linear functions to a file.
Windows
Default Panel
Parameter Fields
Visible Fields
File Name
-
name:
fileName
, type:
String
Sets a file name to save to.
Precision
-
name:
precision
, type:
Integer
, default:
20
, minimum:
0
Sets a precision value.
Since all the floating point numbers are converted to strings in the file, a precision is required to do that. Low values lead to round-off errors; high values lead to large files. Usually, you can work carelessly with the default of 20.
Save
-
name:
save
, type:
Trigger
If pressed, the module saves anew.
Status
-
name:
status
, type:
String
, persistent:
no
Shows status information about this module.