ft_nearest_neighbors | R Documentation |
TODO
ft_nearest_neighbors(model, word, k = 10L)
model |
an object inheriting from |
word |
a character string giving the word. |
k |
an integer giving the number of nearest neighbors to be returned. |
.
## Not run:
ft_nearest_neighbors(model, "enviroment", k = 6L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.