Click or drag to resize

IWebDocumentsCategoryAdapterSaveDataset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Project.Dataset.IWebDocumentsCategoryAdapter.SaveDataset(imbNLP.Project.Dataset.WebDocumentsCategory,System.String,imbNLP.Project.Dataset.WebDomainCategoryFormatOptions,imbSCI.Core.reporting.ILogBuilder)"]

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

Parameters

dataset
Type: imbNLP.Project.DatasetWebDocumentsCategory

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

path
Type: SystemString

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

options
Type: imbNLP.Project.DatasetWebDomainCategoryFormatOptions

[Missing <param name="options"/> documentation for "M:imbNLP.Project.Dataset.IWebDocumentsCategoryAdapter.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.IWebDocumentsCategoryAdapter.SaveDataset(imbNLP.Project.Dataset.WebDocumentsCategory,System.String,imbNLP.Project.Dataset.WebDomainCategoryFormatOptions,imbSCI.Core.reporting.ILogBuilder)"]

See Also