Click or drag to resize

cloudMatrixGetCellNumber Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the value for cell targeted

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public double GetCellNumber(
	lemmaSemanticCloud x,
	lemmaSemanticCloud y,
	cloudMatrixDataTableType type,
	instanceCountCollection<string> counter
)

Parameters

x
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticCloud
The x.
y
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticCloud
The y.
type
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrixDataTableType
The type.
counter
Type: instanceCountCollectionString
The counter.

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrix.GetCellNumber(imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrixDataTableType,imbSCI.DataComplex.special.instanceCountCollection{System.String})"]

See Also