smoosh {mspath} | R Documentation |
This method combines the observed runtimes of jobs with estimates of same. The analysis is left for the caller to do.
smoosh(analyzer)
analyzer |
A runAnalyzer previously populated with the
runtimes of jobs. |
A summary of the runs, as either a link{matrix}
or
data.frame
. Each row corresponds to a single job; the
‘ID’ column will have the ID of the first case in the job. Don't be
fooled; the rest of the row applies to the whole job, and hence to all
the cases in the job. The columns give the sum of the predictors
(from the estimate
given when the
runAnalyzer
was constructed) for
each case in the job, and the various performance measures from the
runTime
for the job, labelled
appropriately: cpu, wall, wait, start, end, rank. See
runTime for their meaning.
Ross Boylan