Click or drag to resize

lemmaSemanticCloudGetSSRM Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the SSRM - computes the SSRM Similarity

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public double GetSSRM(
	webLemmaTermPairCollection lemmas,
	ILogBuilder logger = null,
	SSRMComputation debug = null
)

Parameters

lemmas
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTermPairCollection
The lemmas.
logger (Optional)
Type: ILogBuilder
The logger.
debug (Optional)
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudSSRMComputation
The debug.

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetSSRM(imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermPairCollection,imbSCI.Core.reporting.ILogBuilder,imbNLP.PartOfSpeech.TFModels.semanticCloud.SSRMComputation)"]

See Also