Click or drag to resize

WebPostSimpleClassifierDoTraining Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoTraining(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbWBI.Core.WebClassifier.core.classifierTools,imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public override void DoTraining(
	DocumentSetCaseCollectionSet trainingSet,
	classifierTools tools,
	ILogBuilder logger
)

Parameters

trainingSet
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet

[Missing <param name="trainingSet"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoTraining(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbWBI.Core.WebClassifier.core.classifierTools,imbSCI.Core.reporting.ILogBuilder)"]

tools
Type: imbWBI.Core.WebClassifier.coreclassifierTools

[Missing <param name="tools"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoTraining(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbWBI.Core.WebClassifier.core.classifierTools,imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostSimpleClassifier.DoTraining(imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbWBI.Core.WebClassifier.core.classifierTools,imbSCI.Core.reporting.ILogBuilder)"]

Implements

IWebPostClassifierDoTraining(DocumentSetCaseCollectionSet, classifierTools, ILogBuilder)
See Also