代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/347796/3163026
java allpaircodematrix.java
package dragon.ir.classification.multiclass;
import dragon.matrix.IntFlatSparseMatrix;
/**
* Pairwise Code Matrix
* Any two categories combine as a binary classifer in which one category
www.eeworm.com/read/344585/3207841
m code_onevsone.m
function [codebook,scheme] = code_OneVsOne(m)
% Generate the codebook for multiclass classification with One-Versus-One encoding.
%
% codebook = code_OneVsOne(m)
%
% see also:
% codelssvm
% Copyr
www.eeworm.com/read/344585/3207888
m code_moc.m
function [codebook,scheme] = code_MOC(m)
% Generate the codebook for multiclass classification with Minimum Output encoding.
%
% >> codebook = code_MOC(m)
%
% see also:
% code
% Copyright (c) 200
www.eeworm.com/read/344585/3207890
m code.m
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/320652/3543132
s s_fpclassify.s
/* Return classification value corresponding to argument.
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software;
www.eeworm.com/read/268397/4252864
java allpaircodematrix.java
package dragon.ir.classification.multiclass;
import dragon.matrix.IntFlatSparseMatrix;
/**
* Pairwise Code Matrix
* Any two categories combine as a binary classifer in which one category
www.eeworm.com/read/413855/2157149
hh ronroutemodular.hh
#ifndef RONROUTEMODULAR_HH
#define RONROUTEMODULAR_HH
/*
* =c
* RonRouteModular(n)
* =s IP, classification
* Path selecting RON routing table. with modular policies
* =d
* Input:
* Forward IP
www.eeworm.com/read/413855/2157167
hh lookupiprouteron.hh
#ifndef LOOKUPIPROUTERON_HH
#define LOOKUPIPROUTERON_HH
/*
* =c
* LookupIPRouteRON(n)
* =s IP, classification
* Path selecting RON routing table.
* =d
* Input:
* Forward IP packets(no ether
www.eeworm.com/read/411379/2188966
m fwd.m
function y = fwd(net,x)
% FWD
%
% Compute the output of a support vector classification network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, where each column represent
www.eeworm.com/read/375736/2721659
h ctype.h
/***
*ctype.h - character conversion macros and ctype macros
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines macros for character classification/c