Click or drag to resize
Accord.NET (logo)

RANSACTModelProbability Property

Gets or sets the probability of obtaining a random sample of the input points that contains no outliers. Default is 0.99.

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

Property Value

Type: Double
See Also