Corpus {Microsoft.VisualBasic.Data.NLP.LDA} .NET clr documentation

Corpus

Description

a set of documents 语料库,也就是文档集合 @author hankcs

Declare

            
# namespace Microsoft.VisualBasic.Data.NLP.LDA
export class Corpus {
   Document: Int32[][];
   Vocabulary: Vocabulary;
   VocabularySize: integer;
}

        

.NET clr type reference tree

  1. use by property member Document: Int32[]
  2. use by property member Vocabulary: Vocabulary

[Package {$package} version {$version} Index]