Click or drag to resize

SSRMComputation Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the SSRMComputation class

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public SSRMComputation(
	string _document,
	string _query
)

Parameters

_document
Type: SystemString

[Missing <param name="_document"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.SSRMComputation.#ctor(System.String,System.String)"]

_query
Type: SystemString

[Missing <param name="_query"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.SSRMComputation.#ctor(System.String,System.String)"]

See Also