代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/193277/8242114
m display.m
function sys = display(X)
%display Displays a SET object.
% Author Johan L鰂berg
% $Id: display.m,v 1.9 2006/09/27 13:52:09 joloef Exp $
nlmi = size(X.clauses,2);
if (nlmi == 0)
www.eeworm.com/read/193277/8242952
m solvesdp.m
function diagnostic = solvesdp(varargin)
%SOLVESDP Computes solution to optimization problem
%
% DIAGNOSTIC = SOLVESDP(F,h,options) is the common command to
% solve optimization problems of th
www.eeworm.com/read/393534/8277236
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/293531/8287948
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/293183/8310169
m classd.m
%CLASSD Classify data using a given classifier
%
% labels = classd(D)
%
% Finds the labels of the classified dataset D (typically the result
% of a mapping or classification A*W). For each object
www.eeworm.com/read/370814/9584129
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/174385/9589700
c npx.c
/*----------------------------------------------------------------------
File : npx.c
Contents: naive possibilistic classifier execution
Author : Christian Borgelt
History : 07.02.2001 fil
www.eeworm.com/read/173128/9673143
java catonetestresult.java
package shared;
import java.lang.*;
/** This object contains the result information on one instance passed through
* an inducer.
* @author James Louis 12/08/2000 Ported to Java.
*/
public