Skip to content

Commit ddba27a

Browse files
authored
Fix misspellingof Fellegi
1 parent 44a7bbc commit ddba27a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/errorlocalizer.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)