 | kernelManagerGetKernel Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
Syntaxpublic 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