代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/130490/14189999
c multi.c
/* Copyright (C) 2001-2002 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* @file
* Multi class classification for binary classifiers.
*
* Wrapper to c
www.eeworm.com/read/130490/14190001
am makefile.am
AUTOMAKE_OPTIONS = foreign
SUBDIRS = . classifiers stemmers docs share tutorial
CLEANFILES = *~
AM_CFLAGS = $(GLIB_CFLAGS)
LDFLAGS = $(GLIB_LIBS)
EXTRA_DIST = array.c array.h getopt.h stemmer.h evolu
www.eeworm.com/read/130490/14190114
1 select_ifile.1
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .s
www.eeworm.com/read/130490/14190122
xml ref_selectd.xml
selectd
8
selectd
email classification daemon
www.eeworm.com/read/130490/14190145
xml classifiers.xml
Classifiers
This chapter describes (some of) the different classifiers available in Select.
There are two m
www.eeworm.com/read/130383/14196215
m svmmulticlassoneagainstone.m
function [xsup,w,b,nbsv,classifier,SigmaOut]=svmmulticlassoneagainstone(x,y,nbclass,c,epsilon,kernel,kerneloption,verbose,tag,sigma,pow,method);
%[xsup,w,b,nbsv,classifier,Sigma]=svmmulticlassoneag
www.eeworm.com/read/130297/14198505
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G
www.eeworm.com/read/128468/14295382
m contents.m
% Bayes Classification.
%
% bayeserr - Computes the Bayesian risk for optimal classifier.
% bayescln - Classifier based on Bayes decision rule for Gaussians.
% bayesnd - Discrim. function, dic
www.eeworm.com/read/128468/14295387
m bayesdemo1.m
% BAYESDEMO1 demo how to display discriminat function for Bayes classifier.
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cm
www.eeworm.com/read/124841/14534565
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G