get_neighbors: Retrieve the most closest vector representation

Description Usage Arguments

Description

Use Annoy to rapidly retrieve the n most closest representation of a text.

Usage

1
get_neighbors(word, dict, annoy_model, n, search_k)

Arguments

word

character containing the pivot word

dict

character containing all possible texts

annoy_model

RcppAnnoy model

n

number of elements to retrieve

search_k

number of nodes to search in (Annoy parameter). Higher is better and slower.


projector documentation built on May 2, 2019, 3:42 a.m.