Skip to content

Getting error in SearcherImpl.java #42

@abhinavkushagra

Description

@abhinavkushagra

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions