Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineIsProbabilistic Property

Gets whether this machine has been calibrated to produce probabilistic outputs (through the Probability(TInput) and Probabilities(TInput) methods).

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

Property Value

Type: Boolean
See Also