Click or drag to resize

kernelTFcIDFcompute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Computes the specified task.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.kernels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public 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.kernelTFcIDF.compute(imbNLP.PartOfSpeech.TFModels.webLemma.kernels.kernelComputeWeightTask)"]

Implements

ITermWeightKernelcompute(kernelComputeWeightTask)
See Also