TMtxMulLinReg::Weights Property

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

Weights for MLR.

Read: TVec *GetWeights();
Write: void SetWeights(TVec *Value);
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