代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/145120/5747823
lkf debug.lkf
-r
"C:\my_c_drive_stuff\localwork\cgt_cases\rf3_dsk6713_ccs30_beta_linkappnote\referenceframeworks\lib\scom.l62"
"C:\my_c_drive_stuff\localwork\cgt_cases\rf3_dsk6713_ccs30_beta_linkappnote\reference
www.eeworm.com/read/145120/5747846
lkf debug.lkf
-r
"C:\my_c_drive_stuff\localwork\cgt_cases\rf3_dsk6713_ccs30_beta_linkappnote\referenceframeworks\lib\utl.l62"
"C:\my_c_drive_stuff\localwork\cgt_cases\rf3_dsk6713_ccs30_beta_linkappnote\referencef
www.eeworm.com/read/134901/5891500
c qpcsolver.c
/*-----------------------------------------------------------------------
qpcsolver.c: Algorithm solving QPC task.
QPC task to solve is
min 0.5*alpha'*H*alpha + c'*alpha
subject to
www.eeworm.com/read/341971/12052376
vhd svpwm_top_tb1.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.all;
USE ieee.numeric_std.ALL;
ENTITY svpwm_top_tb IS
Generic (
alfa_beta_width : integer range 1 to 20 := 18
www.eeworm.com/read/150760/12266245
c gmnplib.c
/*-----------------------------------------------------------------------
gmnplib.c: Library of solvers for Generalized Minimal Norm Problem (GMNP).
Generalized Minimal Norm Problem to solve is
www.eeworm.com/read/124283/14580403
changelog
2004-10-26 Brian Gough
* exppow.c: added exppow distribution
2004-10-01 Brian Gough
* beta.c (gsl_cdf_beta_P, gsl_cdf_beta_P): return con
www.eeworm.com/read/214488/15098735
m cv_of_logistic.m
%交叉验证 CV_of_Logistic.m
X=X_Log;
Y=Y_Log;
%从cell中取出 为了简洁,实际程序中不用
% x1_train=X{1};
% x1_test=X{2};
% x2_train=X{3};
% x2_test=X{4};
% x3_train=X{5};
% x3_test=X{6};
% x4_train=X{7};
% x4_te
www.eeworm.com/read/213492/15133847
c gmnplib.c
/*-----------------------------------------------------------------------
gmnplib.c: Library of solvers for Generalized Minimal Norm Problem (GMNP).
Generalized Minimal Norm Problem to solve is
www.eeworm.com/read/194767/8186565
m carlosfun.m
function [error, yhat, pderiv,neuron3] = carlosfun(beta);
global data1 squasher maxx minx maxy miny malags;
y = data1(:,1);
x = data1(:,2:end);
[nx, cx] = size(x);
if squasher == 1,
yy =
www.eeworm.com/read/194767/8186587
m cm_mod2_mlik.m
function [loglik, yhat, neuron1] = cm_mod2_mlik(beta);
global squasher data1 minx miny maxx maxy malags nwlags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol LAMBDA