Click or drag to resize

kernelManager Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Helper class that provides term weight computation kernels
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.webLemma.kernelskernelManager

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.kernels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static class kernelManager

The kernelManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetKernel
Gets kernel instance for specified kernel name. If kernel not recognized it returns default: kernelTFcIDF
Public methodStatic memberRegisterKernel
Registers the specified kernel type
Top
See Also