INTRDIM Estimate Intrinsic dimension from dissimilarity data
K = INTRDIM(D)
DescriptionIt is assumed that the data is generated from a normal distribution in K dimensions and that the Euclidean distance measure has been used to compute D. Do NOT supply squared distances! They will definitely generate the wrong result. Example(s)
A = GENDATB(100);
A = GENDATD(100,10);
|