📄 rbfpreimg.html
字号:
<html><head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-1"> <title>Contents.m</title><link rel="stylesheet" type="text/css" href="../../stpr.css"></head><body><table border=0 width="100%" cellpadding=0 cellspacing=0><tr valign="baseline"><td valign="baseline" class="function"><b class="function">RBFPREIMG</b><td valign="baseline" align="right" class="function"><a href="../../kernels/preimage/index.html" target="mdsdir"><img border = 0 src="../../up.gif"></a></table> <p><b>RBF pre-image by Schoelkopf's fixed-point algorithm.</b></p> <hr><div class='code'><code><span class=help></span><br><span class=help> <span class=help_field>Synopsis:</span></span><br><span class=help> x = rbfpreimg( model )</span><br><span class=help> x = rbfpreimg( model, options )</span><br><span class=help> x = rbfpreimg( model, options, init_point )</span><br><span class=help></span><br><span class=help> <span class=help_field>Description:</span></span><br><span class=help> x = rbfpreimg( model ) it is an implementation of the </span><br><span class=help> Schoelkopf's fixed-point algorithm to solve the pre-image </span><br><span class=help> problem for kernel expansion wiht RBF kernel [<a href="../../references.html#Schol98a" title = "" >Schol98a</a>]. </span><br><span class=help> The kernel expansion is given in the input structure model.</span><br><span class=help></span><br><span class=help> x = rbfpreimg( model, options ) use structure options to </span><br><span class=help> set up control parameters: </span><br><span class=help> tmax ... maximal number of iterations.</span><br><span class=help> eps ... minimal change in the norm of the optimized vector. </span><br><span class=help></span><br><span class=help> x = rbfpreimg( model, options, init_point ) use to set up</span><br><span class=help> starting point of the optimization otherwise it is seleceted </span><br><span class=help> randomly.</span><br><span class=help></span><br><span class=help> <span class=help_field>Input:</span></span><br><span class=help> model [struct] Kernel expansion:</span><br><span class=help> .Alpha [nsv x 1] Coefficients of the kernel expansion.</span><br><span class=help> .sv.X [dim x nsv] Vectors of defining the expansion.</span><br><span class=help> .options.ker [string] Must be equl to 'rbf'.</span><br><span class=help> .options.arg [1x1] Argument of the RBF kernel.</span><br><span class=help> </span><br><span class=help> options [struct] Control parameters:</span><br><span class=help> .tmax [1x1] Maximal number of iterations (default 1e6).</span><br><span class=help> .eps [1x1] Minimal change of the optimized vector x.</span><br><span class=help></span><br><span class=help> init_point [dim x 1] Initial point of optimization.</span><br><span class=help> </span><br><span class=help> <span class=help_field>Output:</span></span><br><span class=help> x [dim x 1] Pre-image of the RBF kernel expansion.</span><br><span class=help> </span><br><span class=help> <span class=also_field>See also </span><span class=also></span><br><span class=help><span class=also> <a href = "../../kernels/preimage/rbfpreimg2.html" target="mdsbody">RBFPREIMG2</a>, <a href = "../../kernels/preimage/rbfpreimg3.html" target="mdsbody">RBFPREIMG3</a>, <a href = "../../kernels/rsrbf.html" target="mdsbody">RSRBF</a>, <a href = "../../kernels/extraction/kpcarec.html" target="mdsbody">KPCAREC</a>.</span><br><span class=help></span><br></code></div> <hr> <b>Source:</b> <a href= "../../kernels/preimage/list/rbfpreimg.html">rbfpreimg.m</a> <p><b class="info_field">About: </b> Statistical Pattern Recognition Toolbox<br> (C) 1999-2003, Written by Vojtech Franc and Vaclav Hlavac<br> <a href="http://www.cvut.cz">Czech Technical University Prague</a><br> <a href="http://www.feld.cvut.cz">Faculty of Electrical Engineering</a><br> <a href="http://cmp.felk.cvut.cz">Center for Machine Perception</a><br> <p><b class="info_field">Modifications: </b> <br> 4-may-2004, VF<br> 1-July-2003, VF<br> 30-June-2003, VF<br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -