I am searching for an example that implement FKNN, I found this function
as
function [predicted,memberships, numhits] = fknn(data, labels, test, ...
testlabels, k_values, info, fuzzy)
But I cant call that function.. any example will be more than appreciated.