Click or drag to resize

kernelManagerGetKernel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets kernel instance for specified kernel name. If kernel not recognized it returns default: kernelTFcIDF

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.kernels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static ITermWeightKernel GetKernel(
	string kernelName
)

Parameters

kernelName
Type: SystemString
Name of the kernel.

Return Value

Type: ITermWeightKernel

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.kernels.kernelManager.GetKernel(System.String)"]

See Also