Home
last modified time | relevance | path

Searched refs:all_numeric (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_data.frame.R20 step_impute_mean(all_numeric()) %>%
27 bake_default <- bake(rec, new_data = okc_te, all_numeric())
31 all_numeric(),
38 juice_default <- juice(rec, all_numeric())
40 juice(rec, all_numeric(), composition = "data.frame")
H A Dtest_matrix.R21 step_impute_mean(all_numeric()) %>%
28 bake_default <- bake(rec, new_data = okc_te, all_numeric())
32 all_numeric(),
39 juice_default <- juice(rec, all_numeric())
41 juice(rec, all_numeric(), composition = "matrix")
H A Dtest_ratio.R19 step_ratio(x1, denom = denom_vars(all_numeric()), id = "")
47 step_ratio(all_numeric(), denom = denom_vars(x1), id = "")
76 step_ratio(all_numeric(), denom = denom_vars(all_numeric()), id = "")
134 step_ratio(all_numeric(), denom = denom_vars(all_numeric()))
141 step_ratio(x1, denom = denom_vars(all_numeric()),
158 step_ratio(x1, denom = denom_vars(all_numeric()), id = "")
H A Dtest_sparsity.R22 step_impute_mean(all_numeric()) %>%
29 bake_default <- bake(rec, new_data = okc_te, all_numeric())
33 all_numeric(),
40 juice_default <- juice(rec, all_numeric())
42 juice(rec, all_numeric(), composition = "dgCMatrix")
H A Dtest_formula.R11 step_sqrt(all_numeric()) %>%
12 step_center(all_numeric())
18 rec4 <- rec3 %>% step_scale(all_numeric())
59 step_center(all_numeric())
H A Dtest-terms-select.R49 terms_select(info = info1, quos(all_numeric())),
107 terms_select(info = info2, quos(all_numeric(), -all_predictors())),
111 terms_select(info = info2, quos(all_numeric(), -all_predictors(), dataset)),
115 terms_select(info = info2, quos(all_numeric(), -all_predictors(), dataset, -dataset)),
H A Dtest_basics.R119 step_center(all_numeric()) %>%
120 step_scale(all_numeric()) %>%
H A Dtest_missing.R21 check_missing(all_numeric()) %>%
H A Dtest_tidy.R13 step_center(all_numeric()) %>%
H A Dtest_shuffle.R17 step_shuffle(all_numeric())
/dports/textproc/R-cran-vroom/vroom/
H A DMD547 6191cb718a65d44c0daa2a68a26678be *inst/bench/all_numeric-long.tsv
49 e91cda9b9eb6f49a2548549ecf9ed467 *inst/bench/all_numeric-long/input.R
50 da8f45a2672500ed9ecb2c9b59ea2a64 *inst/bench/all_numeric-long/read.delim-base.R
51 9a9f4b4f35b233b38814c243c3f1815f *inst/bench/all_numeric-long/readr-dplyr.R
52 123685f2b589d8f51662fc63681d23d9 *inst/bench/all_numeric-long/vroom-base.R
53 4648ea621c2e2938d7823aa4119e16c1 *inst/bench/all_numeric-long/vroom-dplyr.R
56 53814663e32460a5ecc75aad6c23ad11 *inst/bench/all_numeric-wide.tsv
58 e91cda9b9eb6f49a2548549ecf9ed467 *inst/bench/all_numeric-wide/input.R
60 9a9f4b4f35b233b38814c243c3f1815f *inst/bench/all_numeric-wide/readr-dplyr.R
61 123685f2b589d8f51662fc63681d23d9 *inst/bench/all_numeric-wide/vroom-base.R
[all …]
/dports/math/R-cran-recipes/recipes/man/
H A Dhas_role.Rd10 \alias{all_numeric}
27 all_numeric()
46 Similarly, \code{has_type()}, \code{all_numeric()}, and \code{all_nominal()} are used to
H A Dstep_pca.Rd111 step_normalize(all_numeric()) \%>\%
112 step_pca(all_numeric(), num_comp = 3)
121 step_normalize(all_numeric()) \%>\%
122 step_pca(all_numeric(), threshold = .99)
H A Dselections.Rd63 more specific. The functions \code{\link[=all_numeric]{all_numeric()}} and \code{\link[=all_nominal…
75 step_center(all_numeric(), -all_outcomes())
H A Dformula.recipe.Rd27 step_center(all_numeric()) \%>\%
H A Dfully_trained.Rd22 step_center(all_numeric())
H A Dsummary.recipe.Rd37 rec <- step_pca(rec, all_numeric(), num_comp = 3)
/dports/textproc/R-cran-vroom/vroom/inst/bench/
H A DGNUmakefile8 BENCH_INPUTS := all_numeric-long/input.tsv all_numeric-wide/input.tsv all_character-long/input.tsv …
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_palette.py125 all_numeric = True
139 all_numeric = False
141 all_numeric = False
143 if all_numeric:
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_palette.py125 all_numeric = True
139 all_numeric = False
141 all_numeric = False
143 if all_numeric:
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_palette.py125 all_numeric = True
139 all_numeric = False
141 all_numeric = False
143 if all_numeric:
/dports/textproc/R-cran-vroom/vroom/vignettes/
H A Dbenchmarks.Rmd239 code: [bench/all_numeric-long](https://github.com/r-lib/vroom/tree/main/inst/bench/all_numeric-long)
242 all_num <- read_benchmark(path_package("vroom", "bench", "all_numeric-long.tsv"), desc)
251 code: [bench/all_numeric-wide](https://github.com/r-lib/vroom/tree/main/inst/bench/all_numeric-wide)
254 all_num_wide <- read_benchmark(path_package("bench", "all_numeric-wide.tsv", package = "vroom"), de…
/dports/textproc/R-cran-vroom/vroom/inst/doc/
H A Dbenchmarks.Rmd239 code: [bench/all_numeric-long](https://github.com/r-lib/vroom/tree/main/inst/bench/all_numeric-long)
242 all_num <- read_benchmark(path_package("vroom", "bench", "all_numeric-long.tsv"), desc)
251 code: [bench/all_numeric-wide](https://github.com/r-lib/vroom/tree/main/inst/bench/all_numeric-wide)
254 all_num_wide <- read_benchmark(path_package("bench", "all_numeric-wide.tsv", package = "vroom"), de…
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/custom_content/
H A Dcustom_content.py542 all_numeric = all([type(l) == float for l in d[i][1:] for i in range(1, len(d))])
554 if conf.get("plot_type") is None and first_row_str == len(lines) and all_numeric:
630 if conf.get("plot_type") is None and len(d[0]) > 4 and all_numeric:
647 conf.get("plot_type"), all_numeric, first_row_str
/dports/math/R-cran-recipes/recipes/R/
H A Dselections.R295 all_numeric <- function() { function

123