__declspec(property(get = GetWeights, put = SetWeights)) TVec*Weights;
Weights.
Remarks:
Stores non-linear regression weights.
Note
Weights are used only if TMtxNonLinReg::UseWeights property is set to true.
See Also: TMtxNonLinReg::UseWeights
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler