Click or drag to resize

VectorSpacedocuments Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the documents.

Namespace:  imbNLP.Toolkit.Vectors
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<VectorDocument> documents { get; set; }

Property Value

Type: ListVectorDocument
The documents.
See Also