Skip to content

Commit

Permalink
fix: add implicit to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed May 31, 2019
1 parent d1e3dac commit 1e9ea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func LoadSimilarity(name string) base.FuncSimilarity {
return base.CosineSimilarity
case "msd":
return base.MSDSimilarity
case "intersect":
case "implicit":
return base.ImplicitSimilarity
}
return nil
Expand Down

0 comments on commit 1e9ea15

Please sign in to comment.