File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ setRefClass("ErrorLocalizer",
2121 )
2222)
2323
24- # ' Feligi -Holt Errorlocalizer
24+ # ' Fellegi -Holt Errorlocalizer
2525# '
26- # ' Implementation of the Feligi -Holt algorithm using the `ErrorLocalizer` base class.
27- # ' Given a set of validation rules and a dataset the Feligi -Holt algorithm finds for each record
26+ # ' Implementation of the Fellegi -Holt algorithm using the `ErrorLocalizer` base class.
27+ # ' Given a set of validation rules and a dataset the Fellegi -Holt algorithm finds for each record
2828# ' the smallest (weighted) combination of variables that are erroneous (if any).
2929# '
3030# ' @note Most users do not need this class and can use [locate_errors()].
3131# '
32- # ' `errorlocalizer` implements feligi holt using a MIP-solver. For problems in which
32+ # ' `errorlocalizer` implements Fellegi holt using a MIP-solver. For problems in which
3333# ' coefficients of the validation rules or the data are too different, you should consider scaling
3434# ' the data.
3535# ' @include MipRules.R
You can’t perform that action at this time.
0 commit comments