Click or drag to resize
Accord.NET (logo)

RANSACTModelSamples Property

Gets or sets the minimum number of samples from the data required by the fitting function to fit a model.

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

Property Value

Type: Int32
See Also