Click or drag to resize
Accord.NET (logo)

IClassifier Interface

Common interface for classification models. Classification models learn how to produce a class-label (or a set of class labels) y from an input vector x.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public interface IClassifier
Request Example View Source

The IClassifier type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfClasses
Gets or sets the number of classes expected and recognized by the classifier.
Top
See Also