From: Thanassis S. <th...@no...> - 2005-05-10 09:15:14
|
Hello, I noticed that this object returns the 'standard' Euclidean distance (squared-root) when asked for distance type 'euc' and assigns this to the SOM grid. But the corresponding thresholded function that is returned is the squared euclidean (without square root). As the second is used in bestmatch search, won't there be potentially be differences? Is it something by design, or is it a bug? Regards, Thanassis |