|
RANSACTModelFitting Property
|
Model fitting function.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Func<int[], TModel> Fitting { get; set; }
Public Property Fitting As Func(Of Integer(), TModel)
Get
Set
Request Example
View SourceProperty Value
Type:
FuncInt32,
TModelSee Also