Learn R Programming

projector (version 0.0.2)

save_annoy_model: Save RcppAnnoy model

Description

Save the content of the model in two files:

Usage

save_annoy_model(annoy_model, path_annoy, path_dictionary)

Arguments

annoy_model

RcppAnnoy model

path_annoy

path for the RcppAnnoy model

path_dictionary

path for the dictionary (character containing texts)