Click or drag to resize
Accord.NET (logo)

RANSACTModelCompute Method (Int32)

Computes the model using the RANSAC algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public TModel Compute(
	int size
)
Request Example View Source

Parameters

size
Type: SystemInt32
The total number of points in the data set.

Return Value

Type: TModel
See Also