localize {editrules} | R Documentation |
Workhorse function for localizeErrors
Description
Workhorse function for localizeErrors
Usage
localize(
E,
dat,
verbose,
pretext = "Processing",
call = sys.call(),
weight,
maxduration,
method = c("bb", "mip", "localizer"),
retrieve,
...
)
Arguments
E |
|
dat |
|
verbose |
|
pretext |
|
weight |
a |
maxduration |
max time for searchBest() |
method |
should branch and bound ("bb") or mix integer programming ("mip") be used? |
retrieve |
return |
[Package editrules version 2.9.5 Index]