代码搜索:svmTrain
找到约 394 项符合「svmTrain」的源代码
代码结果 394
www.eeworm.com/read/188848/8510956
m svmtrain.m
function [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = SVMTrain(Samples, Labels, Parameters, Weight)
% Usages:
% [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = SVMTrain(Samples, Labels)
% [AlphaY,
www.eeworm.com/read/389322/8533422
m svmtrain.m
function svm = svmTrain(svmType,X,Y,ker,p1,p2)
% SVM Classification:
% svm = svmTrain('svc_c',x,y,ker,C);
% svm = svmTrain('svc_nu',x,y,ker,nu);
%
% One-Class SVM:
% svm = svmTrain('svm_one_cl
www.eeworm.com/read/388611/8597150
exe svmtrain.exe
www.eeworm.com/read/287830/8666550
dll svmtrain.dll
www.eeworm.com/read/287830/8666568
c svmtrain.c
#include
#include
#include
#include
#include "svm.h"
#include "mex.h"
#include "svm_model_matlab.h"
#if MX_API_VER < 0x07030000
typedef int mwIndex;
#endif
www.eeworm.com/read/287351/8691219
exe svmtrain.exe
www.eeworm.com/read/286180/8784218
m svmtrain.m
function [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = SVMTrain(Samples, Labels, Parameters, Weight)
% Usages:
% [AlphaY, SVs, Bias, Parameters, nSV, nLabel] = SVMTrain(Samples, Labels)
% [AlphaY,
www.eeworm.com/read/385817/8787735
exe svmtrain.exe
www.eeworm.com/read/385805/8788227
c svmtrain.c
#include
#include
#include
#include
#include "svm.h"
#include "mex.h"
#include "svm_model_matlab.h"
#if MX_API_VER < 0x07030000
typedef int mwIndex;
#endif
www.eeworm.com/read/384315/8880481
m svmtrain.m
function svm = svmTrain(svmType,X,Y,ker,p1,p2)
% SVM Classification:
% svm = svmTrain('svc_c',x,y,ker,C);
% svm = svmTrain('svc_nu',x,y,ker,nu);
%
% One-Class SVM:
% svm = svmTrain('svm_one_cl