|
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
)
Public Function Compute (
size As Integer
) As TModel
Request Example
View SourceParameters
- size
- Type: SystemInt32
The total number of points in the data set.
Return Value
Type:
TModelSee Also