 | 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.webLemma.kernels
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic 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