代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/357874/10199127
m bayesian_parameter_est.m
function [mu, sigma] = Bayesian_parameter_est(train_patterns, train_targets, sigma)
% Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm
% Inputs:
% pattern
www.eeworm.com/read/357727/10202519
v dw8051_parameter.v
// $Id: DW8051_core.v,v 1.1 1996/07/25 17:42:36 gina Exp $
//------------------------------------------------------------------------------
//
// This confidential and proprietary software may
www.eeworm.com/read/425692/10336804
m parse_parameter_list.m
% PARSE_PARAMETER_LIST Read/convert/return argument lists in various formats.
%
% Make a parameter structure of a parameter list:
% st=parse_parameter_list({'parameter1','value1','parameter2','valu
www.eeworm.com/read/425692/10336888
m~ parse_parameter_list.m~
% PARSE_PARAMETER_LIST Read/convert/return argument lists in various formats.
%
% Make a parameter structure of a parameter list:
% st=parse_parameter_list({'parameter1','value1','parameter2','valu
www.eeworm.com/read/425692/10336910
m parse_parameter_list.m
% PARSE_PARAMETER_LIST Read/convert/return argument lists in various formats.
%
% Make a parameter structure of a parameter list:
% st=parse_parameter_list({'parameter1','value1','parameter2','valu
www.eeworm.com/read/424916/10399328
pdf tms parameter controls.pdf
www.eeworm.com/read/349842/10796827
m bayesian_parameter_est.m
function [mu, sigma] = Bayesian_parameter_est(train_features, train_targets, sigma, region)
% Estimate the mean using the Bayesian parameter estimation for Gaussian mixture algorithm
% Inputs:
%