代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/247646/12638277
c classify.c
/*********************************************************************/
/* LINEAR TREE for Supervised Learning */
/* Versao 1.0 (10/12/1997)
www.eeworm.com/read/238296/13897373
cpp classify.cpp
/*************************************************************************/
/* */
/* Determine the class of a case description from a
www.eeworm.com/read/133757/14025559
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/204769/15333765
ncb classify.ncb
www.eeworm.com/read/204769/15333767
plg classify.plg
Build Log
--------------------Configuration: classify - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/204769/15333768
h classify.h
extern int writeResult(FILE *out);
extern int classifyLinear(FILE *out);
extern int classifyPoly(FILE *out);
extern int classifyRbf(FILE *out);
www.eeworm.com/read/204769/15333770
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/204769/15333773
dsw classify.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "classify"=".\classi
www.eeworm.com/read/204769/15333777
cpp classify.cpp
#include
#include
#include
#include
#include
#include "classify.h"
#include "initialize.h"
static double dotProduct(FeaturePtr *x,int sizeX
www.eeworm.com/read/204769/15333783