__declspec(property(get = GetWeights, put = SetWeights)) TVec*Weights;
Weights.
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