kernelManagerRegisterKernel Method |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.TFModels.similarityKernels
public static void RegisterKernel( Type kernelType )
| Exception | Condition |
|---|---|
| ArgumentException | Kernel Type must have parameterless constructor! - kernelType or Kernel Type must implement ITermWeightKernel interface! - kernelType |