Click or drag to resize

DocumentSetCaseCollectionGetReportTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the report table on one collection

Namespace:  imbWBI.Core.WebClassifier.cases
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public DataTable GetReportTable(
	bool isTrainingCollection = false,
	bool isSingleCategoryReport = true
)

Parameters

isTrainingCollection (Optional)
Type: SystemBoolean

[Missing <param name="isTrainingCollection"/> documentation for "M:imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection.GetReportTable(System.Boolean,System.Boolean)"]

isSingleCategoryReport (Optional)
Type: SystemBoolean

[Missing <param name="isSingleCategoryReport"/> documentation for "M:imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection.GetReportTable(System.Boolean,System.Boolean)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollection.GetReportTable(System.Boolean,System.Boolean)"]

See Also