|
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
<ObsoleteAttribute("This interface will be removed.")>
Public Interface IWeakClassifier
Request Example
View SourceThe IWeakClassifier type exposes the following members.
Methods
| Name | Description |
---|
| Compute | Obsolete.
Computes the output class label for a given input.
|
TopSee Also