__declspec(property(get = GetScalingMethod, put = SetScalingMethod)) TMDScalingMethod ScalingMethod;
Defines multidimensional scaling algorithm.
Read:
TMDScalingMethod GetScalingMethod();Write:
void SetScalingMethod(const TMDScalingMethod Value);Remarks:
Note
Currently only classical multidimensional scaling algorithm is supported.
Declared in Dew::Stats::TMtxMDScaling · Dew.Stats/StatTools.h · Cross-compiler