Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error in SearcherImpl.java #42

Open
abhinavkushagra opened this issue Mar 12, 2017 · 0 comments
Open

Getting error in SearcherImpl.java #42

abhinavkushagra opened this issue Mar 12, 2017 · 0 comments

Comments

@abhinavkushagra
Copy link

The method ```
greatestOf(Iterables.transform(model.vocab, new Function<String, Match>() {
x() {
super();
}
public @OverRide Match apply(String other) {
double[] otherVec = getVectorOrNull(other);
double d = calculateDistance(otherVec, vec);
return new MatchImpl(other, d);
}
}), int)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant