"Web Usage Mining: Finding Exit Pages"

AreAre MemberPosts:5Contributor II
edited May 2019 inHelp
Hi Community,

right now I make some logfile analysis and I was wondering if there is an "easy" way to get the exit pages out of the Logs.
Of course I can manually look at all sessions an tell RM to take the URI in Row Nr. X as Exit Page for session Y but having a process doing this automatically would be much more convenient.;)

The goal is to create a new attribute containing the Exit Page for each session and use this afterwards for classification.

Does somebody have experience in this area and can help me out?

Best,

Edin
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi,
    this is possible if you make creative use of the operators that are available.

    As a short how to I came up with that process:










    <参数键=“repository_entry”值= " / /样品s/data/Iris"/>













































    It will extract the attribute value a1 from the sequence defined by the label values of iris:)

    Greetings,
    Sebastian
  • AreAre MemberPosts:5Contributor II
    HI Sebastian,

    GREAT! Thanks a lot.

    现在我只需要决定如果我想RM5切换or stick with 4.6 - Sorry for being unclear.

    I made some first steps in RM5 and it feels "different" but it seems, that RM5 is much more convenient.

    Best,

    Edin
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi Edin,
    it is. Believe me, it might feel different and in the first time I doubt myself you could develop processes faster this way, but as soon as you have found some nice features like the new search box that allows using Camel Case to filter the operators, you will love it.
    So go to the search box in the new operator view, type "AMode" and you will understand Camel case. Just use the arrow keys to select an operator, press enter and it will show up in the process. You can build the processes very fast this way, especially if you then use the auto wire button and only change the wrong connections...

    Greetings,
    Sebastian
Sign InorRegisterto comment.