您的位置:首页 > 编程语言 > Go语言

海量数据挖掘MMDS week3:流算法Stream Algorithms

2015-10-16 20:41 316 查看
http://blog.csdn.net/pipisorry/article/details/49183379

海量数据挖掘Mining Massive Datasets(MMDs) -Jure Leskovec courses学习笔记之流算法Stream Algorithms

Stream Algorithms: "Streams" are data inputs to a system that arrive at a very high rate, typically too fast to do anything significant with each arriving input. Examples include data beamed down from a satellite, or click streams for
a popular Web site. In this model, it is often necessary to accept a less-than-accurate answer to questions such as "how many different items have I seen at least once in this stream?"

这个没时间写,下次有空写吧╮(╯_╰)╭

皮皮blog

from:http://blog.csdn.net/pipisorry/article/details/49183379
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: