get_neighbors_from_free_text: Retrieve the most closest vector representation of a (free)...

Description Usage Arguments

Description

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

Usage

1
2
get_neighbors_from_free_text(text, annoy_model, n, search_k,
  projector_instance)

Arguments

text

character containing the text searched.

annoy_model

RcppAnnoy model

n

top n elements to retrieve

search_k

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

projector_instance

an instance of projector tool generated by get_projector_instance


pommedeterresautee/projector documentation built on May 5, 2019, 1:38 p.m.