Click or drag to resize
Accord.NET (logo)

IWeakClassifier Interface

Note: This API is now obsolete.

Common interface for Weak classifiers used in Boosting mechanisms.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("This interface will be removed.")]
public interface IWeakClassifier
Request Example View Source

The IWeakClassifier type exposes the following members.

Methods
  NameDescription
Public methodCompute Obsolete.
Computes the output class label for a given input.
Top
See Also