代码搜索:svc
找到约 5,868 项符合「svc」的源代码
代码结果 5,868
www.eeworm.com/read/176398/9500170
m svc.m
%=====================================================================
%
% SVC - The main function in the project
% ---
%
% Parameters:
% Samples - Matrix, holds the data points.
% C
www.eeworm.com/read/372487/9508394
m svc.m
function [nsv, alpha, b0] = svc(X,Y,ker,C)
%SVC Support Vector Classification
%
% Usage: [nsv alpha bias] = svc(X,Y,ker,C)
%
% Parameters: X - Training inputs
% Y - Training t
www.eeworm.com/read/363416/9952395
asv svc.asv
function [nsv, alpha, b0] = svc(X,Y,ker,C)
%SVC Support Vector Classification
%
% Usage: [nsv alpha bias] = svc(X,Y,ker,C)
%
% Parameters: X - Training inputs
% Y - Training t
www.eeworm.com/read/363416/9952397
m svc.m
function [nsv, alpha, b0] = svc(X,Y,ker,C)
%SVC Support Vector Classification
%
% Usage: [nsv alpha bias] = svc(X,Y,ker,C)
%
% Parameters: X - Training inputs
% Y - Training t
www.eeworm.com/read/363114/9967102
m svc.m
function [nsv, alpha, b0] = svc(X,Y,ker,C)
%SVC Support Vector Classification
%
% Usage: [nsv alpha bias] = svc(X,Y,ker,C)
%
% Parameters: X - Training inputs
% Y - Training t
www.eeworm.com/read/362002/10024301
m svc.m
function [nsv, alpha, b0] = svc(X,Y,ker,C)
%SVC Support Vector Classification
%
% Usage: [nsv alpha bias] = svc(X,Y,ker,C)
%
% Parameters: X - Training inputs
% Y - Training t
www.eeworm.com/read/166096/10035943
h svc.h
/* $OpenBSD: svc.h,v 1.2 1997/09/21 10:46:16 niklas Exp $ */
/* $NetBSD: svc.h,v 1.9 1995/04/29 05:28:01 cgd Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unres
www.eeworm.com/read/164463/10107527
h svc.h
/*
* linux/include/linux/sunrpc/svc.h
*
* RPC server declarations.
*
* Copyright (C) 1995, 1996 Olaf Kirch
*/
#ifndef SUNRPC_SVC_H
#define SUNRPC_SVC_H
#include