Click or drag to resize

IWebPostClassifier Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Classification algorithm wrapper

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public interface IWebPostClassifier

The IWebPostClassifier type exposes the following members.

Properties
  NameDescription
Public propertyname
Gets or sets the name.
Top
Methods
  NameDescription
Public methodAnyState
Tells if there is any state recorded at the classifier
Public methodDeploy
Deploys the classifier setup
Public methodDescribeSelf
Describes self in multiple lines. Description contains the most important settings and way of operation
Public methodDoSelect
Performs classification for the target, using its knowledge
Public methodDoTraining
Performs training operation on the classifier, using category knowledge (trainingSet)
Public methodGetExperimentSufix
Gets the experiment sufix.
Top
See Also