预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共47页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

数据挖掘系统的设计与实现DataMiningSystem学生姓名指导教师摘要在电信系统中,经常需要根据用户的登入登出进行计时收费,这样我们就需要根据登录日志来将用户的登入记录和登出记录按照对应关系匹配起来,形成一条完整的登录记录,登录记录中包含以下信息:用户登录名,登入时刻,登出时刻,登录时长,登录终端机器IP等。在匹配过程中,理论上一条登入记录跟一条登出记录匹配,但有可能在我们采集数据时用户还没有登出,所以日志文件中可能出现没有登出记录与之匹配的登入记录,这些登入记录我们将其保存在一个指定的文件中,在下次采集时再读取。在整个电信系统中,这些记录无疑是非常巨大的,不是依靠人力手工能够完成的,这时,我们就需要有一个具体的系统来帮我们自动完成这些功能,这也就是本次课题的选择——数据挖掘系统(DataMiningSystem)。在该系统中,将匹配好的用户登录记录通过网络发送到采集系统服务器,服务器端接收匹配好的用户登录记录数据,然后将接受到的用户登录记录数据保存到数据库的用户登录记录明细表中,而最终可以实现将用户登录记录明细表中的数据整合成日报表,月报表和年报表。关键词:数据挖掘;客户端;服务器端AbstractIntelecommunicationssystem,oftencarriedouttimechargesbasedonuser’sloginorlogout,soweneedtomatchtheuser'sloginandlogoutrecordsbycorrespondencerelationshipaccordingtothelogandformacompletelogrecords,logrecordcontainsthefollowinginformation:userloginname,logintime,logouttime,loglength,logterminalmachineIPandsoon.Intheprocessofmatching,intheory,aloginrecordmatcheswithalogoutrecord,butwhenwecollectthedatatheusermaynotlogout,sotheremaybenologoutrecordmatchwiththeloginrecordinthelogfile.Wesavetheloginrecordsinadesignatedfile,andreadthematthenextcollection.Inthewholetelecommunicationssystem,theserecordswillundoubtedlybeverytremendous,torelyonhumanhandcannotbedone,thenweneedaspecificsystemtohelpusfinishthesefunctionsautomatic,itisthechoiceofthissubject--DataMiningSystem.Inthissystem,sendthematcheduserlogrecordtothecollectionsystemserverthroughinternet,theserverreceivesthematcheduserlogrecorddata,andthensavethereceiveduserlogrecorddatatothedatabaseuserlogrecordslistandultimatelyenablesthedataintheuserlogrecordslistintegratedintodailyreport,monthlyreportandannualreport.Keywords:datamining;client;server目录TOC\o"3-3"\h\z\t"标题1,1,标题2,2,样式3,3,样式标题1+四号左侧:0厘米首行缩进:0厘米,1,样式样式2+,2"HYPERLINK\l"_Toc263341461"摘要PAGEREF_Toc263341461\hIHYPERLINK\l"_Toc263341462"AbstractPAGEREF_Toc263341462\hIIHYPERLINK\l"_Toc263341463"第一章文献综述PAGEREF_Toc263341463\h1HYPERLINK\l"_Toc263341464"1.1数据挖掘发展简述PAGEREF_Toc263341464\h1HYPERLINK\l"_Toc263341465"1.1.1数据丰富与知识匮乏