property Weights: TVec;
Weights for MLR.
Result: stored in self (calling object), returns self for chaining
Remarks:
Defines weights for multiple linear regression (MLR). Weights are used only if TMtxMulLinReg.UseWeights property is set to true.
See Also: TMtxMulLinReg.UseWeights