probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

imputeKnn.m issue #56

Open ido opened 10 years ago

ido commented 10 years ago

From jiaqinan...@gmail.com on April 14, 2013 07:25:40

What steps will reproduce the problem? 1.When I call imputeKnn.m Matlab told me that function distFn is a undefined and thrown a error. Then I tried to find @euclidDist and @mahalanobisDist in PMTK directory but I can't find them. What is the expected output? What do you see instead? What version / revision of the product are you using? On what operating system? My matlab is R2012b The version of PMTK is pmtk3-1nov12.zip My OS is Windows 8 professional Please provide any additional information below. should euclidDist & mahalanobisDist be written or rewritten by myself ? OR They are something wrong in my PMTK toolkit?

Original issue: http://code.google.com/p/pmtk3/issues/detail?id=56

ido commented 10 years ago

From jiaqinan...@gmail.com on April 16, 2013 01:56:23

I asked a stupid question...and I have find out the reason of my problem