Click or drag to resize
Accord.NET (logo)

RCV1v2 Properties

The RCV1v2 type exposes the following members.

Properties
  NameDescription
Public propertyClasses
Gets the document class labels in this dataset.
Public propertyClassLabelToDocument
Gets a mapping giving a list of all document labels that have been labelled with a given class label.
Public propertyDocuments
Gets a mapping of a document identifier and all the words it contains.
Public propertyDocumentToClassLabel
Gets a mapping giving a list of all class labels that a document has been labelled with.
Public propertyPath
Gets the path to the directory where the datasets will be stored.
(Inherited from WebDataSet.)
Public propertyTesting
Gets the testiong set of the RCV1-v2 dataset.
Public propertyTraining
Gets the training set of the RCV1-v2 dataset.
Top
See Also