DD_tools: incsvdd

INCSVDD Incremental Support Vector Classifier

W = INCSVDD(A,FRACERR,KTYPE,PAR)

Use the incremental version of the SVDD. The kernel is defined by KTYPE, with the free parameter PAR. See inckernel.m for more information on the available kernels and the parameters to choose. FRACERR defines the error on the target data.

W = INCSVDD(A,FRACERR,PAR,KTYPE) To be consistent with the procedure consistent_occ, it is also possible to swap the KTYPE and the PAR. This will happen when the forth parameter appears to be a string type.

Default: FRACERR = 0.1, KTYPE = 'p', PAR = 1

See also: svdd inckernel Wstartup Wadd Wremove Wstore Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org Faculty EWI, Delft University of Technology P.O. Box 5031, 2600 GA Delft, The Netherlands