 | kernelManagerRegisterKernel Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers the specified kernel type
Namespace:
imbNLP.PartOfSpeech.TFModels.webLemma.kernels
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic static void RegisterKernel(
Type kernelType
)
Parameters
- kernelType
- Type: SystemType
Type of the kernel.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Kernel Type must have parameterless constructor! - kernelType
or
Kernel Type must implement ITermWeightKernel interface! - kernelType
|
See Also