.write.compute.external {StabPerf} | R Documentation |
Appends the result of a job to the corresponding checkpoint
Description
Reads an already existing partial checkpoint and appends the computed samples to it.
Usage
.write.compute.external(checkpoint, job, fail, err=NULL, ftrs=NULL, smpl=NULL)
Arguments
checkpoint |
the file, to which the data shall be appended |
job |
the name of the job, that provides the data |
fail |
a list containing the error-message that occured for each sampling-step of the job |
err |
the list of confusion-matrices, that was predicted on each sampling-step of an sampling/classifier-job |
ftrs |
list of feature-vectors, that was selected on each sampling-step of a sampling-job |
smpl |
the list of indices, that was drawn in every sampling-step of a sampling-job and is taken as testing-subset of the dataset |
Details
Waits, until the file checkpoint
is unlocked. Exclusively locks the file checkpoint
and reads its content. Then err
/'fail' or ftrs
/'smpl'/'fail' (depending on the given data) is appended to the file. Unlocking.
Value
See Also
compute.external
, pipeline
Examples
.write.compute.external(...)
[Package
StabPerf version 0.5
Index]