代码搜索:patterns
找到约 8,017 项符合「patterns」的源代码
代码结果 8,017
www.eeworm.com/read/330850/12865223
m perceptron_vim.m
function [test_targets, a] = Perceptron_VIM(train_patterns, train_targets, test_patterns, params)
% Classify using the variable incerement Perceptron with margin algorithm
% Inputs:
% train_pat
www.eeworm.com/read/317622/13500819
m perceptron_bvi.m
function [test_targets, a] = Perceptron_BVI(train_patterns, train_targets, test_patterns, params)
% Classify using the batch variable increment Perceptron algorithm
% Inputs:
% train_patterns -
www.eeworm.com/read/317622/13500849
m perceptron_fm.m
function [test_targets, a] = Perceptron_FM(train_patterns, train_targets, test_patterns, params)
% Classify using the Perceptron algorithm but at each iteration updating the worst-classified sample
www.eeworm.com/read/317622/13500974
m perceptron_vim.m
function [test_targets, a] = Perceptron_VIM(train_patterns, train_targets, test_patterns, params)
% Classify using the variable incerement Perceptron with margin algorithm
% Inputs:
% train_pat
www.eeworm.com/read/405069/11472167
m perceptron_bvi.m
function [test_targets, a] = Perceptron_BVI(train_patterns, train_targets, test_patterns, params)
% Classify using the batch variable increment Perceptron algorithm
% Inputs:
% train_patterns -
www.eeworm.com/read/405069/11472197
m perceptron_fm.m
function [test_targets, a] = Perceptron_FM(train_patterns, train_targets, test_patterns, params)
% Classify using the Perceptron algorithm but at each iteration updating the worst-classified sample
www.eeworm.com/read/405069/11472322
m perceptron_vim.m
function [test_targets, a] = Perceptron_VIM(train_patterns, train_targets, test_patterns, params)
% Classify using the variable incerement Perceptron with margin algorithm
% Inputs:
% train_pat
www.eeworm.com/read/474600/6813414
m perceptron_bvi.m
function [test_targets, a] = Perceptron_BVI(train_patterns, train_targets, test_patterns, params)
% Classify using the batch variable increment Perceptron algorithm
% Inputs:
% train_patterns -
www.eeworm.com/read/474600/6813445
m perceptron_fm.m
function [test_targets, a] = Perceptron_FM(train_patterns, train_targets, test_patterns, params)
% Classify using the Perceptron algorithm but at each iteration updating the worst-classified sample
www.eeworm.com/read/474600/6813585
m perceptron_vim.m
function [test_targets, a] = Perceptron_VIM(train_patterns, train_targets, test_patterns, params)
% Classify using the variable incerement Perceptron with margin algorithm
% Inputs:
% train_pat