No BSD License  

Highlights from
Alaa Tharwat ToolBox

from Alaa Tharwat ToolBox by Alaa Tharwat
This toolBox used in the image processing(feature extraction and classification)

svmoneclassval(x,xsup,alpha,rho,kernel,kerneloption);
function ypred= svmoneclassval(x,xsup,alpha,rho,kernel,kerneloption);


K=normalizekernel(x,kernel,kerneloption,xsup);
ypred=K*alpha+rho;

Contact us at files@mathworks.com