Click or drag to resize

ContentAnalyticsProduceMetrics Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Produces metrics for the data set specified

Namespace:  imbNLP.Toolkit.Documents.Analysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public ContentAnalyticsContext ProduceMetrics(
	string runName,
	IEnumerable<WebSiteDocumentsSet> dataset,
	ILogBuilder logger
)

Parameters

runName
Type: SystemString
Name of the run.
dataset
Type: System.Collections.GenericIEnumerableWebSiteDocumentsSet
The dataset.
logger
Type: ILogBuilder
The logger.

Return Value

Type: ContentAnalyticsContext

[Missing <returns> documentation for "M:imbNLP.Toolkit.Documents.Analysis.ContentAnalytics.ProduceMetrics(System.String,System.Collections.Generic.IEnumerable{imbNLP.Toolkit.Documents.WebSiteDocumentsSet},imbSCI.Core.reporting.ILogBuilder)"]

See Also