ahmdtaha / TextureClassification_FilterBank

This repos provides an MATLAB code implementation for the Statistical Approach to Texture Classification from Single Images paper by Varma et. al.
BSD 2-Clause "Simplified" License
13 stars 6 forks source link

knnpred #1

Closed kdemon1011 closed 3 years ago

kdemon1011 commented 8 years ago

knnpred is not a defined function.

I am getting this error while predicting the accuracy for the test classes. Thank you

ahmdtaha commented 7 years ago

knnpred is a function inside the Classification toolbox for MATLAB, by Milano Chemometrics and QSAR Research Group. You need this toolbox to be able to use my code. For copyright issues, I didn't include it directly in my code but I shared a link for it inside the repos readme file.

Thanks