Click or drag to resize

cloudMatrixStateReportPublish Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Produces HeatMapModel, lemmaCloudReports for each cloud, and creates overview report on the clouds

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void Publish(
	Color baseColor,
	cloudMatrix matrix,
	Dictionary<string, semanticFVExtractorKnowledge> _knowledgeByClassName
)

Parameters

baseColor
Type: System.DrawingColor
Color of the base.
matrix
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrix
The matrix.
_knowledgeByClassName
Type: System.Collections.GenericDictionaryString, semanticFVExtractorKnowledge
Name of the knowledge by class.
See Also