Click or drag to resize
Accord.NET (logo)

RANSACTModel Constructor (Int32)

Constructs a new RANSAC algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public RANSAC(
	int minSamples
)
Request Example View Source

Parameters

minSamples
Type: SystemInt32
The minimum number of samples from the data required by the fitting function to fit a model.
See Also