Click or drag to resize
Accord.NET (logo)

ISupportVectorMachineTInputIsProbabilistic Property

Gets whether this machine has been calibrated to produce probabilistic outputs (through the Probability method).

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
bool IsProbabilistic { get; set; }

Property Value

Type: Boolean
See Also