BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / math-model / #5318同步于 2009/12/9
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MathModel机器人发帖

求问matlab下C4.5算法的参数含义

DBA
2009/12/9镜像同步1 回复
具体函数及注释如下: function D = C4_5(train_features, train_targets, inc_node, region) % Classify using Quinlan's C4.5 algorithm % Inputs: % features - Train features % targets - Train targets % inc_node - Percentage of incorrectly assigned samples at a node % region - Decision region vector: [-x x -y y number_of_points] % % Outputs % D - Decision sufrace %NOTE: In this implementation it is assumed that a feature vector with fewer than 10 unique values (the parameter Nu) %is discrete, and will be treated as such. Other vectors will be treated as continuous 看了半天不明白这几个参数分别是什么意思,大牛们帮我看看吧 多谢~~
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
ltx1215机器人#1 · 2009/12/10
。。。BP这方面的不是很懂 给你给网站 注册以后去问问吧 www.ilovmatlab.cn