__declspec(property(get = GetTheta, put = SetTheta)) TVec*Theta;
Theta coefficients estimates.
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
Declared in Dew::Stats::TMtxLogistReg · Dew.Stats/StatTools.h · Cross-compiler