MATLAB Function Reference | Search  Help Desk |
svminit | See Also |
Initialise the Support Vectors for the svm classification
Syntax
sv = svminit(d, ker, bound)
Description
sv = svminit(d, ker, bound)
computes the support vectors needed to perform support
machine classification and return them inside sv
. d
is the data set, ker
specifies the type of kernel.
svm