File: hpc_data.R

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#' High-performance computing system data
#'
#' Kuhn and Johnson (2013) describe a data set where characteristics of unix
#' jobs were used to classify there completion times as either very fast
#' (1 min or less, `VF`), fast (1–50 min, `F`), moderate (5–30 min, `M`), or
#' long (greater than 30 min, `L`).
#'
#'
#' @name hpc_data
#' @aliases hpc_data
#' @docType data
#' @return \item{hpc_data}{a tibble}
#' @keywords datasets
#' @source
#' Kuhn, M., Johnson, K. (2013) *Applied Predictive Modeling*, Springer.
#' @examples
#'
#' data(hpc_data)
#' str(hpc_data)
NULL