资源简介
实际应用的文本分类算法,能有效实现快速,准确的分类
代码片段和文件信息
/*************************************************************************/
/* */
/* Source code for use with See5/C5.0 Release 1.19 */
/* ----------------------------------------------- */
/* Copyright RuleQuest Research 2003 */
/* */
/* This code is provided “as is“ without warranty of any kind */
/* either express or implied. All use is at your own risk. */
/* */
/*************************************************************************/
/*************************************************************************/
/* */
/* Parameters etc */
/* */
/*************************************************************************/
int TRIALS=1 /* number of trees to be grown */
Trial; /* trial number for boosting */
Boolean RULES=0; /* rule-based classifiers */
/*************************************************************************/
/* */
/* Attributes and data */
/* */
/*************************************************************************/
Attribute ClassAtt=0 /* attribute to use as class */
LabelAtt; /* attribute to use as case ID */
String *ClassName=0 /* class names */
*AttName=0 /* att names */
**AttValName=0; /* att value names */
int MaxAtt /* max att number */
MaxClass=0 /* max class number */
AttExIn=0 /* attribute exclusions/inclusions */
LineNo=0 /* input line number */
ErrMsgs=0 /* errors found */
Delimiter /* character at end of name */
TSbase=0; /* base day for time stamps */
DiscrValue *MaxAttVal=0; /* number of values for each att */
char *SpecialStatus=0;/* special att treatment */
Definition *AttDef=0; /* definitions of implicit atts */
Boolean *SomeMiss=Nil /* att has missing values */
*SomeNA=Nil; /* att has N/A values */
String FileStem=“undefined“;
/*************************************************************************/
/* */
/* Trees */
/* */
/*************************************************************************/
Tree *Pruned=0; /* decision trees */
ClassNo *TrialPred=0; /* predictions for each boost trial */
float Confidence /* set by classify() */
*Vote=0 /* total votes for classes */
*ClassSum=0 /* class weights during classification */
**MCost=0; /* misclass cost [pred][real] */
/*************************************************************************/
/* */
/* Rules */
/* */
/*************************************************************************/
RuleNo *Active=Nil /* rules that fire while classifying case */
NActive /* number ditto */
ActiveSpace=0; /* space currently allocated for rules */
CRuleSet *RuleSet=0; /* rulesets */
ClassNo Default; /* default class associated with ruleset or
boosted classifier */
/*************************************************************************/
/* */
/* Misc */
/* */
/********************************************
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1268 2003-08-20 06:31 See5Sam.txt
文件 90112 2003-08-27 22:59 See5Sam.exe
文件 14293 2003-08-20 05:48 defns.h
文件 5461 2003-08-20 05:47 sample.c
文件 83965 2003-08-27 22:29 hooks.c
文件 3119 2003-08-20 05:48 global.c
- 上一篇:MyEclipse10破解工具
- 下一篇:组合数学引论答案
相关资源
- 人工智能 归结原理 完整 源码 和文档
- 基于BP_Adaboost的强分类器设计-公司财
- 华南农业大学2018人工智能复习题
- 人工智能论文合集
- behavior designer movement pack 1.5.2.txt
- 删除了删除了删除了删除了删除了删
- 华工人工智能试题
- 人工智能的《十大算法》精华总结
- 国民经济行业分类 2017版最新.xlsx
- 基于LDA主题模型的短文本分类方法_张
- 基于LDA高频词扩展的中文短文本分类
- VC 开发的MIPS五级整数流水线模拟程序
- 吉林大学《人工智能》课程视频32集
- 吉林大学《人工智能》课程视频32讲
- 终极算法:机器学习和人工智能如何
- 人工智能一种现代的方法第3版.txt
- 利用cuda加速卷积神经网络,用于人工
- 基于Tensorflow下的cnn卷积神经网络实现
- 人工智能文献综述
- 图像分类残差网络-pytorch实现
- OpenCV+SVM简单应用-------路面箭头分类
- 分类器svm参考代码
- VC视图拆分源代码含一个拆分类
- 贝叶斯网络学习算法――k2算法
- 人工智能蔡自兴版 本科课后习题答案
-
opencv的各种haarcascade.xm
l文件 - 《机器学习实战》贝叶斯垃圾邮箱分
- SVM三类分类
- 人工智能 8数码问题 3个实验
- 人工智能导论期末复习知识点
评论
共有 条评论