VectorModel {Microsoft.VisualBasic.Data.NLP.Word2Vec} | .NET clr documentation |
the word embedding vector set
# namespace Microsoft.VisualBasic.Data.NLP.Word2Vec
export class VectorModel {
# the number of features, or the dimension of the word embedding vector
vectorSize: integer;
# the word embedding vector set
wordMap: list;
# the number of the word tokens insdie the VectorModel.wordMap.
words: integer;
}
wordMap
: list