TMtxLogistReg.Theta Property

property Theta: TVec;

Theta coefficients estimates.

Result: stored in self (calling object), returns self for chaining

Remarks:

Set Theta values to define initial estimates for Theta coefficients. Setting Theta values is not mandatory. You can also set TMtxLogistReg.AutoInitEstimates to true and force the algorithm to calculate initiate estimates for TMtxLogistReg.B and Theta. After the TMtxLogistReg.Recalc call Theta stores logistic regression model Theta coefficient estimates.

See Also: TMtxLogistReg.AutoInitEstimates, TMtxLogistReg.B