Click or drag to resize

DocumentSetCaseCollectionSet Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the DocumentSetCaseCollectionSet class.

Namespace:  imbWBI.Core.WebClassifier.cases
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public DocumentSetCaseCollectionSet(
	kFoldValidationCase _validationCase,
	DocumentSetClasses documentSetClasses
)

Parameters

_validationCase
Type: imbWBI.Core.WebClassifier.validationkFoldValidationCase
The validation case.
documentSetClasses
Type: imbWBI.Core.WebClassifier.categoryDocumentSetClasses
The document set classes.
See Also