代码搜索:selection
找到约 9,869 项符合「selection」的源代码
代码结果 9,869
www.eeworm.com/read/330850/12864979
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/330850/12865024
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
www.eeworm.com/read/239028/13305939
bmp selection bar unselected.bmp
www.eeworm.com/read/239028/13305941
bmp selection bar highlighted.bmp
www.eeworm.com/read/239028/13305950
bmp selection bar selected.bmp
www.eeworm.com/read/317950/13492909
pdf interface selection guide.pdf
www.eeworm.com/read/317622/13500855
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/317622/13500857
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/317622/13500890
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/317622/13500909
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