MATLAB Function Reference
  Go to function:
    Search    Help Desk 
svminit     See Also

Initialise the Support Vectors for the svm classification

Syntax

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.

See Also

svm

[ Help Desk ]