Click or drag to resize

ITermWeightKernelcompute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Compute and sets weight to all lemmas in the lemmas

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.kernels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
bool compute(
	kernelComputeWeightTask task
)

Parameters

task
Type: imbNLP.PartOfSpeech.TFModels.webLemma.kernelskernelComputeWeightTask
The task.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.kernels.ITermWeightKernel.compute(imbNLP.PartOfSpeech.TFModels.webLemma.kernels.kernelComputeWeightTask)"]

See Also