FittingModelFit Method

Spotfire 15.0 API Reference
Performs the fitting operation.

Namespace:  Spotfire.Dxp.Application.Visuals.FittingModels
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
protected abstract void Fit(
	FittingModelData data,
	FittingModelOutput output
)

Parameters

data
Type: Spotfire.Dxp.Application.Visuals.FittingModelsFittingModelData
The data to fit to.
output
Type: Spotfire.Dxp.Application.Visuals.FittingModelsFittingModelOutput
The result of the fitting.
Version Information


See Also

Reference