in reply to Re: find shortest path for each query from a CSV file
in thread find shortest path for each query from a CSV file
M6 Q E
Thus correct output should be :- M6: M6<-Q, E, II_15To give you an intuition this line in data means that the probability of M6 coming from Q is 'E'. That is what I want in third column. If suppose M6 were coming from M76 which in turn comes from Q M6<-M76<-Q and the input data for these were
Then in this case M6: M6<-M76<-Q, E.E, IV_32 would have been a correct output. So basically the third column is giving wront output, due to which fourth column is also giving incorrect results as it is based on third for its input.__DATA__ M6 M76 E M76 Q E
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: find shortest path for each query from a CSV file
by GrandFather (Saint) on Nov 25, 2013 at 06:29 UTC |