rbfgrad_w.m
来自「一个关于adaboost算法的matlab程序,对开始接触adaboost研究的」· M 代码 · 共 15 行
M
15 行
function [C_mu, C_sigma]=rbfgrad_w(X, Y, O, mu, sigma, w, H, Inp, eta, h1_sigma_sigma, h2_sigma_sigma, dif_h1_h1, dif_h2_h2)
% [C_mu, C_sigma]=cen_wid_gradient(X, Y, O, mu, sigma, w, H, Inp, ...
% eta, h1_sigma_sigma, h2_sigma_sigma, dif_h1_h1, dif_h2_h2)
%
% computes the gradients for C and R of a rbf net
% G. Raetsch 1.6.98
% Copyright (c) 1998 GMD Berlin - All rights reserved
% THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of GMD FIRST Berlin
% The copyright notice above does not evidence any
% actual or intended publication of this work.
% Please see COPYRIGHT.txt for details.
error('compile rbfgrad_w.c') ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?