Home
last modified time | relevance | path

Searched refs:diet (Results 1 – 25 of 2337) sorted by relevance

12345678910>>...94

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_unknown.R14 rec_1 <- rec %>% step_unknown(diet, location) %>% prep()
17 tr_diet <- tr_1$diet[is.na(okc_tr$diet)]
20 diet_lvl <- c(sort(unique(okc_tr$diet)), "unknown")
21 expect_equal(diet_lvl, levels(tr_1$diet))
23 tr_loc <- tr_1$diet[is.na(okc_tr$location)]
26 expect_equal(diet_lvl, levels(tr_1$diet))
35 te_diet <- te_1$diet[is.na(okc_te$diet)]
38 expect_equal(diet_lvl, levels(te_1$diet))
40 te_loc <- tr_1$diet[is.na(okc_te$location)]
47 tr_diet <- tr_2$diet[is.na(okc_tr$diet)]
[all …]
H A Dtest_other.R13 rec <- recipe(~ diet + location, data = okc_tr)
41 diet_props <- table(okc_tr$diet)/sum(!is.na(okc_tr$diet))
63 expect_equal(is.na(okc_te$diet), is.na(others_te$diet))
73 diet_props <- table(okc_tr$diet)
93 expect_equal(is.na(okc_te$diet), is.na(others_te$diet))
103 expect_equal(is.na(okc_te$diet), is.na(others_te$diet))
106 expect_equal(okc_te$diet, as.character(others_te$diet))
113 okc$diet <- as.factor(okc$diet)
125 diet_props <- table(okc_tr$diet)/sum(!is.na(okc_tr$diet))
147 expect_equal(is.na(okc_te$diet), is.na(others_te$diet))
[all …]
H A Dtest_dummies.R10 okc$diet[is.na(okc$diet)] <- "missing"
14 okc_fac$diet <- factor(okc_fac$diet)
73 mutate(diet = as.character(diet))
77 step_dummy(diet, location, height) %>%
125 rec <- recipe(~ diet, data = okc)
126 factors <- rec %>% step_dummy(diet)
135 okc$ordered_diet <- as.ordered(okc$diet)
147 rec <- recipe(~ diet, data = okc_missing)
148 factors <- rec %>% step_dummy(diet)
168 okc_ordered$diet <- as.ordered(okc_ordered$diet)
[all …]
H A Dtest_profile.R7 okc$diet <- factor(okc$diet)
18 expect_true(is_unq(num_rec$diet))
25 expect_true(inherits(num_rec$diet, "factor"))
37 step_profile(-diet, profile = vars(diet)) %>%
40 expect_false(is_unq(fact_rec$diet))
54 expect_true(is_unq(date_rec$diet))
67 expect_true(is_unq(chr_rec$diet))
99 step_profile(diet, profile = vars(age), pct = -1) %>%
104 step_profile(diet, profile = vars(age), grid = 1:3) %>%
109 step_profile(diet, profile = vars(age), grid = list(pctl = 1, len = 2)) %>%
H A Dtest_data.frame.R9 okc$diet <- as.factor(okc$diet)
21 step_dummy(location, diet) %>%
H A Dtest_matrix.R10 okc$diet <- as.factor(okc$diet)
22 step_dummy(location, diet) %>%
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/examples/fd/
H A DDiet.java172 System.out.println(diet.food[i] + ": " + diet.x[i].value()); in printLastSolution()
184 Diet diet = new Diet(); in main() local
185 diet.model(); in main()
188 if (diet.searchOptimal()) { in main()
195 diet = new Diet(); in main()
196 diet.modelKnapsack(); in main()
199 if (diet.searchOptimal()) { in main()
205 diet = new Diet(); in main()
206 diet.model(); in main()
217 diet = new Diet(); in main()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/target/
H A Dcustomconfig_test.go54 diet: acacia
61 diet: mimosa
69 diet: bambooshoots
130 diet: mimosa
139 diet: acacia
201 diet: mimosa
210 diet: acacia
258 diet: heston
300 diet: mimosa
310 diet: acacia
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/target/
H A Dcustomconfig_test.go54 diet: acacia
61 diet: mimosa
69 diet: bambooshoots
130 diet: mimosa
139 diet: acacia
201 diet: mimosa
210 diet: acacia
258 diet: heston
300 diet: mimosa
310 diet: acacia
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.walgreens.com38 Disallow: /health/diet-and-fitness/a/what-your-bmi-does-not-tell-you/1317
39 Disallow: /health/diet-and-fitness/a/6-ways-mindfulness-can-help-you-lose-weight/1318
40 Disallow: /health/diet-and-fitness/a/10-Ways-to-Lighten-Up-Your-Favorite-Fatty-Foods/1315
44 Disallow: /health/diet-and-fitness/a/Potassium-and-Your-Heart/1312
45 Disallow: /health/diet-and-fitness/a/Exercise-for-a-Healthy-Heart/1311
46 Disallow: /health/diet-and-fitness/a/Heart-Disease-and-Stress/1310
49 Disallow: /health/diet-and-fitness/a/can_you_drink_too_much_water/1324
50 Disallow: /health/diet-and-fitness/a/how-to-manage-sore-muscles-and-joint-pain/1325
51 Disallow: /health/diet-and-fitness/a/6-fixes-if-you-hate-exercise/1326
53 Disallow: /health/diet-and-fitness/a/stay-focused-on-health-have-backup-plans/1327
/dports/science/R-cran-Epi/Epi/man/
H A Dtime.band.Rd50 data(diet)
51 diet <- cal.yr(diet)
52 diet.lex <- Lexis(entry=list(period=doe),
55 data=diet)
56 diet.split <- splitLexis(diet.lex, breaks=seq(40,70,5), "age" )
57 age.left <- timeBand(diet.split, "age", "left")
59 age.fact <- timeBand(diet.split, "age", "factor")
61 age.mid <- timeBand(diet.split, "age", "mid")
H A Ddiet.Rd1 \name{diet}
2 \alias{diet}
6 The \code{diet} data frame has 337 rows and 14 columns.
13 serendipitous study of the relationship between diet and the incidence
53 data(diet)
58 data=diet )
/dports/security/dropbear/dropbear-2020.81/debian/
H A DREADME.Debian.diet1 Building with the diet libc
4 This package optionally can be built with the diet libc instead of the
8 To use the diet libc, make sure the latest versions of the dietlibc-dev
9 package is installed, and set DEB_BUILD_OPTIONS=diet in the environment
13 $ DEB_BUILD_OPTIONS=diet fakeroot apt-get source -b dropbear
/dports/devel/R-cran-reshape2/reshape2/man/
H A Dcast.Rd103 dcast(chick_m, diet ~ variable, mean) # average effect of diet
104 acast(chick_m, diet ~ time, mean) # average effect of diet & time
107 acast(chick_m, time ~ diet, length)
111 acast(chick_m, time ~ diet, length)
113 dcast(chick_m, diet + chick ~ time)
114 acast(chick_m, diet + chick ~ time)
115 acast(chick_m, chick ~ time ~ diet)
116 acast(chick_m, diet + chick ~ time, length, margins="diet")
117 acast(chick_m, diet + chick ~ time, length, drop = FALSE)
/dports/net/ncp/ncp-1.2.4/
H A DGNUmakefile1 prefix=/opt/diet
13 diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
15 ifneq ($(wildcard /opt/diet/bin/diet),)
16 DIET=/opt/diet/bin/diet
/dports/devel/p5-Badger/Badger-0.13/t/misc/
H A Dfilter.t35 qr/alcohol-free|salad|diet/,
48 'diet soda',
51 'diet salad',
52 'diet meat',
68 … root beer, alcohol-free beer, alcohol-free wine, diet soda, green salad, green eggs, diet salad,
/dports/math/R-cran-recipes/recipes/man/
H A Dstep_factor2string.Rd64 rec <- recipe(~ diet + location, data = okc)
67 step_string2factor(diet)
73 # diet is a
74 class(factor_test$diet)
77 step_factor2string(diet)
83 # diet is a
84 class(string_test$diet)
H A Dstep_other.Rd101 rec <- recipe(~ diet + location, data = okc_tr)
105 step_other(diet, location, threshold = .1, other = "other values")
109 table(okc_te$diet, collapsed$diet, useNA = "always")
119 rec <- recipe(~ diet + location, data = okc_tr)
122 step_other(diet, location, threshold = 2000, other = "other values")
127 # okc_tr \%>\% count(diet, sort = TRUE) \%>\% top_n(4)
H A Dstep_novel.Rd85 okc_te$diet[3] <- "cannibalism"
86 okc_te$diet[4] <- "vampirism"
88 rec <- recipe(~ diet + location, data = okc_tr)
91 step_novel(diet, location)
95 tibble(old = okc_te$diet, new = processed$diet)
/dports/www/gatling/gatling-0.15/
H A DREADME.polarssl11 $ diet -Os gcc -nostdinc -c *.c -I ../include
13 $ cp libpolarssl.a `diet -L gcc`
14 $ mkdir -p /opt/diet/include/polarssl
15 $ cp -p ../include/polarssl/*.h /opt/diet/include/polarssl
/dports/sysutils/dua-cli/dua-cli-2.14.11/.github/workflows/
H A Drust.yml24 - name: Check crate package size (feat. 'cargo diet')
26 … curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \
27 sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl
29 cargo diet -n --package-size-limit 75KB
/dports/devel/R-cran-reshape/reshape/man/
H A Dcast-9g.rd73 cast(chick_m, diet ~ variable, mean) # average effect of diet
74 cast(chick_m, diet ~ time ~ variable, mean) # average effect of diet & time
77 cast(chick_m, time ~ diet, length)
81 cast(chick_m, diet + chick ~ time)
82 cast(chick_m, chick ~ time ~ diet)
83 cast(chick_m, diet + chick ~ time, mean, margins="diet")
/dports/sysutils/webmin/webmin-1.981/smf/lang/
H A Dlv.auto108 editserv_fmri=Norādiet FMRI
187 whats_this_service_version=Norādiet pakalpojuma versijas numuru.
193 whats_this_fmri=Norādiet atbilstošo pakalpojumu/instances FMRI.
208 whats_this_dept_name=Šeit norādiet šī apgādājamā unikālo vārdu.
222 whats_this_man_manpath=Norādiet manpath. Skatīt: cilvēks (1).
242 smfwizard_instance_name=Norādiet instances vārdu
296 smfwizard_property_group_name=Norādiet īpašuma grupas nosaukumu
298 smfwizard_property_group_type=Norādiet īpašuma grupas veidu
320 smfwizard_manpage_title=Norādiet manpage lapu
322 smfwizard_manpage_section=Norādiet manpage lapu
[all …]
/dports/math/R/R-4.1.2/src/library/datasets/man/
H A DChickWeight.Rd12 experiment on the effect of diet on early growth of chicks.
31 the levels groups chicks on the same diet together and
33 heaviest) within diet.
37 experimental diet the chick received.
/dports/math/libRmath/R-4.1.1/src/library/datasets/man/
H A DChickWeight.Rd12 experiment on the effect of diet on early growth of chicks.
31 the levels groups chicks on the same diet together and
33 heaviest) within diet.
37 experimental diet the chick received.

12345678910>>...94