代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/287680/8676316
dsp classify.dsp
# Microsoft Developer Studio Project File - Name="classify" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/287680/8676320
dsw classify.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/287680/8676324
cpp classify.cpp
#include
#include
#include
#define NATTRS 5 //number of attributes
#define MAXSZ 1700 //max size of training set
#define MAXVALUE 10000.0 //the biggest attr
www.eeworm.com/read/287680/8676325
opt classify.opt
www.eeworm.com/read/286954/8735335
c classify.c
#include
#include
#include
struct SUBLINK
{
int index;
struct SUBLINK *next;
}sublink;
struct NODE
{
char feature[20];
int upnnum
www.eeworm.com/read/430027/8772140
c classify.c
/*************************************************************************/
/* */
/* Determine the class of a case description from a de
www.eeworm.com/read/283910/8979984
c classify.c
/*************************************************************************/
/* */
/* Determine the class of a case description from a de
www.eeworm.com/read/283277/9031762
c classify.c
#include
#include
#include
struct SUBLINK
{
int index;
struct SUBLINK *next;
}sublink;
struct NODE
{
char feature[20];
int upnnum
www.eeworm.com/read/380937/9122042
c classify.c
#include
#include
#include
struct SUBLINK
{
int index;
struct SUBLINK *next;
}sublink;
struct NODE
{
char feature[20];
int upnnum
www.eeworm.com/read/184067/9123578
m classify.m
function class = classify(sample,training,group)
%线性统计聚类
%class = classify(样品集,训练品集,训练品类别集)将各样品分类。
% 样品集为n*p矩阵,训练品集为m*p矩阵,
% 类别集为m维列向量,表示各训练品归类。
% class为n维列向量,返回各样品分类。
%