代码搜索:selection
找到约 9,869 项符合「selection」的源代码
代码结果 9,869
www.eeworm.com/read/447975/7542671
m compute_quadrant_selection.m
function [selx,sely] = compute_quadrant_selection(j,q)
% compute_quadrant_selection - compute the indice
% for selecting a given quadrant at a given scale
% of a wavelet transform.
%
% q=
www.eeworm.com/read/441228/7673735
p sga_selection_pressure.p
www.eeworm.com/read/441228/7673739
p sga__selection_truncation.p
www.eeworm.com/read/441228/7673774
p sga__selection_roulettewheel.p
www.eeworm.com/read/441228/7673816
p sga__selection_tournament.p
www.eeworm.com/read/441228/7673845
p sga__selection_stochastic.p
www.eeworm.com/read/399996/7816739
m sequential_feature_selection.m
function [patterns, targets, pattern_numbers] = Sequential_Feature_Selection(patterns, targets, params)
% Perform sequential feature selection
%
% Inputs:
% train_patterns - Input patterns
% tr
www.eeworm.com/read/399996/7816752
m information_based_selection.m
function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns)
% Koller and Sawami algorithm for pattern selection
%
% train_patterns - Input pattern
www.eeworm.com/read/399996/7816852
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/399996/7816916
m exhaustive_feature_selection.m
function [patterns, targets, pattern_numbers] = Exhaustive_Feature_Selection(patterns, targets, params)
% Perform exhaustive (Brute-force) feature selection
%
% Inputs:
% train_patterns - Input