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