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.similarityKernels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static ISimilarityKernel GetKernel(
	string kernelName
)

Parameters

kernelName
Type: SystemString
Name of the kernel.

Return Value

Type: ISimilarityKernel

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

See Also