代码搜索:Multi-class
找到约 534 项符合「Multi-class」的源代码
代码结果 534
www.eeworm.com/read/411674/11233710
m mvsvmclass.m
function [y,votes] = mvsvmclass(X,model)
% MVSVMCLASS Majority voting multi-class SVM classifier.
%
% Synopsis:
% [y,votes] = mvsvmclass(X,model)
%
% Description:
% [y,votes] = mvsvmclass(X,model) m
www.eeworm.com/read/111603/15509328
m fwd.m
function y = fwd(net,x)
% FWD
%
% Compute the output of a multi-class support vector classification network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, where each colu
www.eeworm.com/read/111603/15509378
m fwd.m
function y = fwd(net,x)
% FWD
%
% Compute the output of a multi-class support vector classification network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, where each colu
www.eeworm.com/read/111603/15509381
m fwd.m
function y = fwd(net, x)
% FWD
%
% Compute the output of a dag-svm multi-class support vector classification
% network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, in
www.eeworm.com/read/289680/8535008
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/289680/8535152
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/289680/8535159
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a dag-svm multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/188280/8552154
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/188280/8552292
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/188280/8552307
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a dag-svm multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%