Click or drag to resize

cloudMatrixGetCounter Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the counter.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
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