TMtxMultiNonLinReg::Weights Property

__declspec(property(get = GetWeights, put = SetWeights)) TVec*Weights;

Weights.

Read: TVec *GetWeights();
Write: void SetWeights(TVec *Value);
Remarks:

Stores non-linear regression weights.

Note
Weights are used only if TMtxMultiNonLinReg::UseWeights property is set to true.

See Also: TMtxMultiNonLinReg::UseWeights
Declared in Dew::Stats::TMtxMultiNonLinReg · Dew.Stats/StatTools.h · Cross-compiler