TMtxMDScaling::DHat Property

__declspec(property(get = GetDHat, put = SetDHat)) TMtx*DHat;

Estimated dissimilarities matrix.

Read: TMtx *GetDHat();
Write: void SetDHat(TMtx *Value);
Remarks:

Returns estimated (reduced dimension) dissimilarities matrix. Note
Define DHat values ONLY if TMtxMDScaling::DistanceMethod property is set to pwdistCustom. If this is not the case, DHat values will be ignored and the internal algorithm will be used to calculate pairwise distances.

See Also: TMtxMDScaling::DistanceMethod, TMtxMDScaling::Stress
Declared in Dew::Stats::TMtxMDScaling · Dew.Stats/StatTools.h · Cross-compiler