代码搜索:selection

找到约 9,869 项符合「selection」的源代码

代码结果 9,869
www.eeworm.com/read/191902/8417237

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/286738/8746732

c default_selection_criterion.c

/* * * $Id: default_selection_criterion.c 2 2004-06-08 15:08:53Z mancho $ * * This file is part of Fenice * * Fenice -- Open Media Server * * Copyright (C) 2004 by * * - Giampaolo M
www.eeworm.com/read/286662/8751765

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/286662/8751768

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/286662/8751847

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/286662/8751890

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/177129/9468896

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('