SaveWeights Method
The SaveWeights method is used to save weights from a weighted average fit to a text file for later use.
Syntax
object.SaveWeights( fileName )
Parameter | Type | Description |
fileName | String | required, path and file name of a weighted average fit weights file to save |
Example
This example shows how to save weights from a weighted average fit.
FitPlot.SaveWeights(fileName:="C:\temp\myWeights.txt")
Used by: AutoFitPlot Object