ft_nearest_neighbors {fastTextR} | 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)