Click or drag to resize

cloudMatrixGetCounter Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the counter.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public instanceCountCollection<string> GetCounter(
	bool ofCurrentState = true
)

Parameters

ofCurrentState (Optional)
Type: SystemBoolean
if set to true [of current state].

Return Value

Type: instanceCountCollectionString

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrix.GetCounter(System.Boolean)"]

See Also