|
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
)
Public Sub New (
minSamples As Integer
)
Request Example
View SourceParameters
- minSamples
- Type: SystemInt32
The minimum number of samples from the data
required by the fitting function to fit a model.
See Also