-,VectorSpaceModel,VectorSpaceModel-method | R Documentation |
Keep the VSM class when doing subtraction operations; make it possible to subtract a single row from an entire model.
## S4 method for signature 'VectorSpaceModel,VectorSpaceModel' e1 - e2
e1 |
A vector space model |
e2 |
A vector space model of equal size OR a vector space model of a single row. If the latter (which is more likely) the specified row will be subtracted from each row. |
A VectorSpaceModel of the same dimensions and rownames as e1
I believe this is necessary, but honestly am not sure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.