Click or drag to resize

experimentReportAddBestPerformer Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.reportData.general.experimentReport.AddBestPerformer(imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.core.IWebFVExtractor)"]

Namespace:  imbWBI.Core.WebClassifier.reportData.general
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void AddBestPerformer(
	DocumentSetCaseCollectionReport bestPerformingClassifier,
	DocumentSetCaseCollectionReport meanPerformance,
	IWebFVExtractor fveModel
)

Parameters

bestPerformingClassifier
Type: imbWBI.Core.WebClassifier.reportData.classificationReportsDocumentSetCaseCollectionReport

[Missing <param name="bestPerformingClassifier"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.general.experimentReport.AddBestPerformer(imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.core.IWebFVExtractor)"]

meanPerformance
Type: imbWBI.Core.WebClassifier.reportData.classificationReportsDocumentSetCaseCollectionReport

[Missing <param name="meanPerformance"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.general.experimentReport.AddBestPerformer(imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.core.IWebFVExtractor)"]

fveModel
Type: imbWBI.Core.WebClassifier.coreIWebFVExtractor

[Missing <param name="fveModel"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.general.experimentReport.AddBestPerformer(imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.reportData.classificationReports.DocumentSetCaseCollectionReport,imbWBI.Core.WebClassifier.core.IWebFVExtractor)"]

See Also