__declspec(property(get = GetAutoUpdate, put = SetAutoUpdate)) bool AutoUpdate;
If true then changing any of the TMtxLogistReg properties will trigger the TMtxLogistReg::Recalc method.
Read:
bool GetAutoUpdate();Write:
void SetAutoUpdate(const bool Value);See Also: TMtxLogistReg::Dirty
Declared in Dew::Stats::TMtxLogistReg · Dew.Stats/StatTools.h · Cross-compiler