Click or drag to resize

WebPostClassifierStatesTSetState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Sets [!:NumberOfCases] and other information, and returns training data

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public WebPostClassifierState<T> SetState(
	DocumentSetCaseCollectionSet trainingSet,
	string prefix,
	T _machine = null
)

Parameters

trainingSet
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet
The training set.
prefix
Type: SystemString
The prefix.
_machine (Optional)
Type: T
The machine.

Return Value

Type: WebPostClassifierStateT

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierStates`1.SetState(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,System.String,`0)"]

See Also