TMtxLogistReg::Dirty Property

__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;

When any of the TMtxLogistReg properties changes, this property is automatically set to true.

Read: bool GetDirty();
Write: void SetDirty(const bool Value);
Remarks:

If TMtxLogistReg::AutoUpdate and Dirty are both true then the TMtxLogistReg::Recalc method will be called automatically.

See Also: TMtxLogistReg::AutoUpdate, TMtxLogistReg::Recalc
Declared in Dew::Stats::TMtxLogistReg · Dew.Stats/StatTools.h · Cross-compiler