Click or drag to resize

cloudMatrixbuild Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Builds the specified clouds.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void build(
	IEnumerable<lemmaSemanticCloud> clouds,
	ILogBuilder logger
)

Parameters

clouds
Type: System.Collections.GenericIEnumerablelemmaSemanticCloud
The clouds.
logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrix.build(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud},imbSCI.Core.reporting.ILogBuilder)"]

See Also