errorLocation: The errorLocation object
Description
Object storing information on error locations in a
dataset.item
method The error
localization method used, can be "mip" or "localizer".call The R call to the function generating
the object.user character user who
generated the object.timestamp
character timestamp.
Details
The errorlocation objects consists of the
following slots wich can be accessed with the dollar
operator, just like with lists. Right now the only
function creating such objects is
localizeErrors
adaptalogicalarray where
each row/column shows which record/variable should be
adapted.
status A data.frame with
the same number of rows as adapt. It contains the
following columns weightweight of
the found solution
degeneracy number of
equivalent solutions found user user time
used to generate solution (as in sys.time)
system system time used to generate solution
(as in sys.time) elapsed elapsed
time used to generate solution (as in sys.time)
maxDurationExceeded Was the maximum search
time reached?