Click or drag to resize

cloudMatrixTransformClouds Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Transforms the clouds, related

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