Click or drag to resize

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
Syntax
C#
public static void RegisterKernel(
	Type kernelType
)

Parameters

kernelType
Type: SystemType
Type of the kernel.
Exceptions
ExceptionCondition
ArgumentException Kernel Type must have parameterless constructor! - kernelType or Kernel Type must implement ITermWeightKernel interface! - kernelType
See Also