Click or drag to resize

cloudMatrixTransformClouds Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Transforms the clouds, related

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public cloudMatrixReductionReport TransformClouds(
	cloudMatrixSettings settings,
	ILogBuilder logger,
	string reductionReportName = ""
)

Parameters

settings
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrixSettings
The settings.
logger
Type: ILogBuilder
The logger.
reductionReportName (Optional)
Type: SystemString
Name of the reduction report.

Return Value

Type: cloudMatrixReductionReport
Notes about reduced weights
See Also