Click or drag to resize

WebKBDatasetAdapterSaveDataset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Saves the dataset.

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

Parameters

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

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

logger (Optional)
Type: ILogBuilder

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

Implements

IWebDocumentsCategoryAdapterSaveDataset(WebDocumentsCategory, String, WebDomainCategoryFormatOptions, ILogBuilder)
See Also