Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineTModel, TKernel, TInputMethod Property

Gets or sets the MultilabelProbabilityMethod that should be used when computing probabilities using the Probabilities(TInput) and related methods.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MultilabelProbabilityMethod Method { get; set; }
Request Example View Source

Property Value

Type: MultilabelProbabilityMethod
See Also