C5算法实现?
你知道在哪里可以找到这个算法的一些信息,来研究它吗??是否已经有其实现的示例,或者只有 Quinlan 知道其实现?
Do you know where can I find some information of this algorithm, to study it??. Is there already an example of its implementation, or, only Quinlan knows its implementation??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
他的公司,rulequest,有:http://rulequest.com/GPL/C50.tgz
His company, rulequest, has it: http://rulequest.com/GPL/C50.tgz
根据维基百科页面上的这句话,该算法并不对所有人开放。我想自己要付出一些努力才能把事情做好。
According to this sentence from the wikipedia page this algorithm is not open for everyone. I guess it will take some effort to get something going by yourself.
单线程版本可在 GPL 许可证下使用。 :)
The single threaded version is available under the GPL license. :)