function [ result ] = GaussKernel( x, y, sigma )
result = norm(x - y)^2;
result = result / sigma;
result = exp(-result);
end
Friday Night Open Thread: Motivation
5 hours ago
The Wandering Mind of a Sane Man Amidst the Insanity of Modern America.
No comments:
Post a Comment