Click or drag to resize

WebKBDatasetAdapterLoadDataset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Loads the dataset.

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public WebDocumentsCategory LoadDataset(
	string path,
	WebDomainCategoryFormatOptions options,
	ILogBuilder logger = null
)

Parameters

path
Type: SystemString
The path.
options
Type: imbNLP.Project.DatasetWebDomainCategoryFormatOptions

[Missing <param name="options"/> documentation for "M:imbNLP.Project.Dataset.WebKBDatasetAdapter.LoadDataset(System.String,imbNLP.Project.Dataset.WebDomainCategoryFormatOptions,imbSCI.Core.reporting.ILogBuilder)"]

logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: WebDocumentsCategory

[Missing <returns> documentation for "M:imbNLP.Project.Dataset.WebKBDatasetAdapter.LoadDataset(System.String,imbNLP.Project.Dataset.WebDomainCategoryFormatOptions,imbSCI.Core.reporting.ILogBuilder)"]

Implements

IWebDocumentsCategoryAdapterLoadDataset(String, WebDomainCategoryFormatOptions, ILogBuilder)
See Also