reset password
Author Message
Pallavi0205
Posts: 30
Posted 23:36 Jul 26, 2009 |

Here is  my solution. I had scale the similarity 0.9 between -10 ~ 20 which is 17

Attachments:
Last edited by Pallavi0205 at 16:37 Jul 27, 2009.
hsankav
Posts: 18
Posted 06:17 Jul 27, 2009 |
Pallavi0205 wrote:

Here is  my solution. I had scale the similarity 0.9 between -10 ~ 20 which is 17

Hi Pallavi

Acccording to paper the optimal alignment score is A(m,n) which is score of  A(P4,P7) = 25 but not A(P4,P6) please check.

Pallavi0205
Posts: 30
Posted 09:36 Jul 27, 2009 |
hsankav wrote:
Pallavi0205 wrote:

Here is  my solution. I had scale the similarity 0.9 between -10 ~ 20 which is 17

Hi Pallavi

Acccording to paper the optimal alignment score is A(m,n) which is score of  A(P4,P7) = 25 but not A(P4,P6) please check.

 

No we have to take the maximum value  in the matrix. actually i had made mistake in the solution .This is what I corrected and I got 44 as best alignment score.

 

Attachments:
Last edited by Pallavi0205 at 16:38 Jul 27, 2009.
HelloWorld
Posts: 88
Posted 18:15 Aug 30, 2009 |

I'm curious.. what are you talking about here:

The range of score is between -10 to 20

The range of page similarity is between 0 to 1

so we need to scale the Similarity of page P4 and P6 in the range of -10 ~20

so after scaling we get 17

i.e 30*0.9 -10 = 17

so now the S(Xi,Yj) i.e S(P4,P6) = S(P6,P4) =17

if pages are similar then S(Xi,Yj) = 20

else S(Xi,Yj) = -10

HelloWorld
Posts: 88
Posted 18:39 Aug 30, 2009 |
HelloWorld wrote:

I'm curious.. what are you talking about here:

 

The range of score is between -10 to 20

The range of page similarity is between 0 to 1

so we need to scale the Similarity of page P4 and P6 in the range of -10 ~20

so after scaling we get 17

i.e 30*0.9 -10 = 17

so now the S(Xi,Yj) i.e S(P4,P6) = S(P6,P4) =17

if pages are similar then S(Xi,Yj) = 20

else S(Xi,Yj) = -10

 

nevermind, i got it..

HelloWorld
Posts: 88
Posted 19:34 Aug 30, 2009 |

for this one though.. isn't it suppose to be..

Optimal Alignment Score = 44

and 

Session Similarity = Optimal Alignment Score / Length of Longer Session = 44 / 5 = 8.8

 

 

Last edited by HelloWorld at 19:34 Aug 30, 2009.
Pallavi0205
Posts: 30
Posted 19:41 Aug 30, 2009 |
HelloWorld wrote:

for this one though.. isn't it suppose to be..

Optimal Alignment Score = 44

and 

Session Similarity = Optimal Alignment Score / Length of Longer Session = 44 / 5 = 8.8

No it is given in the paper that when we carry out the computaion from upper left corner to lower right corner, A(m,n) is optimal alignment score between X1.......Xm and Y1..........Yn.

 

 

HelloWorld
Posts: 88
Posted 19:44 Aug 30, 2009 |

Got it, Thanks a lot Pallavi