Click or drag to resize

webDatasetSource Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Root location of an dataset directory
Inheritance Hierarchy
SystemObject
  imbWEM.Core.webDatasetwebDatasetSource

Namespace:  imbWEM.Core.webDataset
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class webDatasetSource

The webDatasetSource type exposes the following members.

Constructors
  NameDescription
Public methodwebDatasetSource
Initializes a new instance of the webDatasetSource class
Public methodwebDatasetSource(String, String)
Initializes a new instance of the webDatasetSource class
Top
Properties
  NameDescription
Public propertyadapter
Public propertydocumentsCategoryRoot
Public propertydomainCategoryRoot
Public propertyformat
Public propertyIsCrawled
Gets or sets a value indicating whether this datasource is already crawled and fully available
Public propertyIsHarvested
Gets or sets a value indicating whether this datasource is harvested for links (not crawled but domain lists are awaivable)
Public propertyname
Public propertyoptions
Format options
Public propertypath
Gets or sets the path.
Top
Methods
  NameDescription
Public methodDeploy
Deploys the dataset source (prepares for operation)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDocumentSubset
Gets the document subset.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSampleListForall
Public methodGetSampleListForSubset
Executes the subset, returns selected categories and their sample lists
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveAll
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also