代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/295595/8150989

m exmulticlassall2.m

% % % example of multiclass SVM using M-SVM % with assymetric penalizarion Coefficient C % % 06/01/2003 Alain Rakotomamonjy close all clear all %--------------------------------
www.eeworm.com/read/393211/8304796

m sweeplot.m

%SWEEPLOT Plots the input impedance (resistance/reactance), % reflection coefficient, antenna gain, and total radiated power % as functions of frequency % % Uses current.mat as an input to
www.eeworm.com/read/393211/8304817

asv sweeplot.asv

%SWEEPLOT Plots the input impedance (resistance/reactance), % reflection coefficient, antenna gain, and total radiated power % as functions of frequency % % Uses current.mat as an input to
www.eeworm.com/read/393211/8304866

m 12.m

%SWEEPLOT Plots the input impedance (resistance/reactance), % reflection coefficient, antenna gain, and total radiated power % as functions of frequency % % Uses current.mat as an input to
www.eeworm.com/read/202785/15372946

m ver_ga.m

% Script file for checkinmg the verification RMS and correlation coefficient % for multiple GA solutions generated by auto_ga % clear all one_off=0; %-------------------------------------------
www.eeworm.com/read/202785/15373292

m ver_ga.m

% Script file for checkinmg the verification RMS and correlation coefficient % for multiple GA solutions generated by auto_ga % clear all one_off=0; %-------------------------------------------
www.eeworm.com/read/349902/10786376

m correlpvalue.m

function p = correlpvalue(r, n) % correlpvalue - pvalue of correlation coefficient % % FORMAT: p = correlpvalue(r, n) % % Input fields: % % r correlation values (0 ... 1)
www.eeworm.com/read/420378/10798373

cpp spline.cpp

#include "spline.h" #include class Spline::PrivateData { public: PrivateData(): splineType(Spline::Natural) { } Spline::SplineType splineType; // coefficient v
www.eeworm.com/read/458493/7295706

m lunopiv.m

function [L,U] = luNopiv(A,ptol) % luNopiv LU factorization without pivoting % % Synopsis: [L,U] = luNopiv(A) % [L,U] = luNopiv(A,ptol) % % Input: A = coefficient matrix %
www.eeworm.com/read/458488/7296110

m lunopiv.m

function [L,U] = luNopiv(A,ptol) % luNopiv LU factorization without pivoting % % Synopsis: [L,U] = luNopiv(A) % [L,U] = luNopiv(A,ptol) % % Input: A = coefficient matrix %