VectorSpaceModel-class | R Documentation |
A class for describing and accessing Vector Space Models like Word2Vec. The base object is simply a matrix with columns describing dimensions and unique rownames as the names of vectors. This package gives a number of convenience functions for printing and, most importantly, accessing these objects.
An object of class "VectorSpaceModel"
magnitudes
The cached sum-of-squares for each row in the matrix. Can be cached to speed up similarity calculations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.