代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/428780/1954191
m adaboost.m
function model = adaboost(data,options)
% ADABOOST AdaBoost algorithm.
%
% Synopsis:
% model = adaboost(data,options)
%
% Description:
% This function implements the AdaBoost algorithm which
% prod
www.eeworm.com/read/471348/6890569
m mpga.m
% MPGA.M (Multi Population Genetic Algorithm)
%
% This script implements the Multi Population Genetic Algorithm.
% Real valued representation for the individuals is used.
%
% Author:
www.eeworm.com/read/471348/6890581
m sga.m
% SGA.M (Simple Genetic Algorithm)
%
% This script implements the Simple Genetic Algorithm.
% Binary representation for the individuals is used.
%
% Author: Hartmut Pohlheim
% Histo
www.eeworm.com/read/369048/9666478
m mpga.m
% MPGA.M (Multi Population Genetic Algorithm)
%
% This script implements the Multi Population Genetic Algorithm.
% Real valued representation for the individuals is used.
%
% Author:
www.eeworm.com/read/369048/9666498
m sga.m
% SGA.M (Simple Genetic Algorithm)
%
% This script implements the Simple Genetic Algorithm.
% Binary representation for the individuals is used.
%
% Author: Hartmut Pohlheim
% Histo
www.eeworm.com/read/268073/11155343
m gausselim.m
%Gaussian Elimination
%Description: This procedure solves a system of linear equations using
%Gaussian Elimination Algorithm. Elementary row operations are used
%throughout this algorithm, which co
www.eeworm.com/read/266534/11220730
txt histogram.cc.txt
// Problem Histogram
// Algorithm Recursive
// Runtime O(n)
// Author Walter Guttmann
// Date 12.01.2003
#include
#include
#include
#include
us
www.eeworm.com/read/266529/11221251
cpp decorate.cpp
// Problem Decorate the wall
// Algorithm brute force
// Runtime O(n^3)
// Author Adrian Kuegel
// Date 2005.05.28
#include
#include
#include
#in
www.eeworm.com/read/411674/11233775
m adaboost.m
function model = adaboost(data,options)
% ADABOOST AdaBoost algorithm.
%
% Synopsis:
% model = adaboost(data,options)
%
% Description:
% This function implements the AdaBoost algorithm which
% prod
www.eeworm.com/read/161095/10452918
c old_colamd.c
/* ========================================================================== */
/* === colamd - a sparse matrix column ordering algorithm =================== */
/* ===================================