代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/441825/7664315
m script_rankncg_linear_train.m
%% Equations
%
% $$O(N^2)$$
%
%
% $$O(N)$$
%
%
% $$O(N^2)$$
%
%
% $$O(N)$$
%
www.eeworm.com/read/441825/7664321
m rankncg_linear_ranking_function.m
function [o]=RankNCG_linear_ranking_function(X,w)
% Implementation of the linear ranking function.
%
% Given a set of inputs and the weight vector computes the
% output of the ranking/scoring func
www.eeworm.com/read/441825/7664322
m gradient_vector_linear_approx.m
function [gradient]=gradient_vector_linear_approx(w,data)
% This function returns the gradient vecotr to be used by the nonlinear
% conjugate gradient.
%
% This is the approximate version which sc
www.eeworm.com/read/441825/7664323
m gradient_vector_linear_direct.m
function [gradient]=gradient_vector_linear_direct(w,data)
% This function returns the gradient vecotr to be used by the nonlinear
% conjugate gradient.
%
% This is the exact version which scales a
www.eeworm.com/read/441825/7664326
m workbench_rankncg_linear_direct.m
clear all;
close all;
disp('RankNCG linear direct');
%--------------------------------------------------------------------------
% Ranking parameters
%-----------------------------------------------
www.eeworm.com/read/435784/7784832
pdf simulation of linear block codes.pdf
www.eeworm.com/read/435673/7787993