Click or drag to resize

lemmaCloudReport Constructor (lemmaSemanticCloud, cloudMatrix, semanticFVExtractorKnowledge)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the lemmaCloudReport class

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public lemmaCloudReport(
	lemmaSemanticCloud cloud,
	cloudMatrix matrix,
	semanticFVExtractorKnowledge categoryKnowledge
)

Parameters

cloud
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticCloud

[Missing <param name="cloud"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.lemmaCloudReport.#ctor(imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrix,imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractorKnowledge)"]

matrix
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrix

[Missing <param name="matrix"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.lemmaCloudReport.#ctor(imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrix,imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractorKnowledge)"]

categoryKnowledge
Type: imbWBI.Core.WebClassifier.wlfClassifiersemanticFVExtractorKnowledge

[Missing <param name="categoryKnowledge"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.lemmaCloudReport.#ctor(imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrix,imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractorKnowledge)"]

See Also