Click or drag to resize

kernelManagerRegisterKernel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Registers the specified kernel type

Namespace:  imbNLP.PartOfSpeech.TFModels.similarityKernels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
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