991.txt
来自「This complete matlab for neural network」· 文本 代码 · 共 35 行
TXT
35 行
发信人: fervvac (高远), 信区: DataMining
标 题: Re: 下一步该看些什么
发信站: 南京大学小百合站 (Wed Dec 19 14:13:51 2001), 站内信件
One technical question: Is that session information available in the log?
If so, as you have put it, the exact session boundaris could be obtained
and this will nullify many works, :-)
【 在 iamgufeng (古风) 的大作中提到: 】
: for different implementation and configuration, the session period is
: variable.
: ASP for example, the property of session.timeout declares the session
: period. The default value is 20 minutes. When you open a new browser or
: access another application, a new session(represented by sessionid) will
: be created.
: the session infomation(sessionid cookie) is included in each HTTP request
: header,server checks it for different session. so if we can save these
: session info we can sessionize correctly. If we ignore those unnecessary
: details, like what you said, the inactive period of a session is a good
: choice.What's the "session" and "cookie" definition of most dm soft such
: as SAS mean?
: roamingo,Which methods did you adopt frequently in your experiments, such as
: SWLMS?
: 【 在 roamingo (漫步鸥) 的大作中提到: 】
: : I think it's better to use a configurable variable when you are writing
: : a sessionizor. Then, you can find some reasonable interval by yourself.
: : For my experiments, 10 - 30 minites are all fine. (This is the inactive
: : period of a session, not the total time span of it.)
: : For the second question, there are many, depending on what kind of patterns
: (以下引言省略 ... ...)
--
※ 来源:.南京大学小百合站 bbs.nju.edu.cn.[FROM: 饮水思源BBS]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?