Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. match u,v,w with
  2. | (u,w,v) when u = "" && v = "" -> (float_of_int(H.find wf w)) /. (float_of_int(_N +_V))
  3. | (u,w,v) when v = "" -> float_of_int(H.find wpf (u,w)) /. (float_of_int(H.find wf u) +. float_of_int(_V))
  4. | (u,w,v) when u = "" -> (float_of_int(H.find wf w) /. float_of_int(_N +_V)) *. (float_of_int(H.find wpf (w,v)) /. ((float_of_int(H.find wf w) +. float_of_int(_V)))
  5. | (u,w,v) -> 0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement