Guest User

Untitled

a guest
Apr 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class Bean {
  2. private String id;
  3. private String name;
  4. }
  5.  
  6. If ids are equal
  7. match confidence = 100%
  8. else if names are equal
  9. match confidence = 50%
  10. else
  11. do not join the rows
Add Comment
Please, Sign In to add comment