Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInputIsProbabilistic Property

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

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

Property Value

Type: Boolean

Implements

ISupportVectorMachineTInputIsProbabilistic
See Also