Home
last modified time | relevance | path

Searched defs:te_new (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_interact.R31 bake(int_rec_trained, new_data = dat_te, all_predictors(), -all_nominal())
32 te_new <- te_new[, sort(names(te_new))] globalVar
33 te_new <- as.matrix(te_new) globalVar
52 bake(int_rec_trained, new_data = dat_te, all_predictors(), -all_nominal())
53 te_new <- te_new[, sort(names(te_new))] globalVar
54 te_new <- as.matrix(te_new) globalVar
76 bake(int_rec_trained, new_data = dat_te, all_predictors(), -all_nominal())
77 te_new <- te_new[, sort(names(te_new))] globalVar
78 te_new <- as.matrix(te_new) globalVar
79 te_new <- te_new[, c("x1", "x2", "x3", "x4", "x5", globalVar
H A Dtest_pls_new.R37 te_new <- bake(rec, biom_te) globalVar
56 te_new <- bake(rec, biom_te) globalVar
76 te_new <- bake(rec, cell_te) globalVar
95 te_new <- bake(rec, cell_te) globalVar
116 te_new <- bake(rec, cell_te, all_predictors()) globalVar
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_tree.c2038 TreeElement *te_new = outliner_find_tree_element(&space_outliner->tree, focus->tselem); in outliner_restore_scrolling_position() local