Home
last modified time | relevance | path

Searched refs:dim_select (Results 1 – 9 of 9) sorted by relevance

/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest_dimSelect.R10 kdim <- dim_select(ev)
13 expect_that(dim_select(1:100), equals(50))
16 expect_that(dim_select(runif(100)), equals(69))
17 expect_that(dim_select(runif(100)), equals(88))
18 expect_that(dim_select(runif(100)), equals(3))
19 expect_that(dim_select(runif(100)), equals(99))
23 expect_that(dim_select(x), equals(50))
26 expect_that(dim_select(x), equals(10))
29 expect_that(dim_select(x), equals(1))
32 expect_that(dim_select(x), equals(99))
/dports/math/R-cran-igraph/igraph/man/
H A Ddim_select.Rd3 \name{dim_select}
4 \alias{dim_select}
7 dim_select(sv)
41 dim.chosen <- dim_select(sing.vals)
49 dim_select( embed_adjacency_matrix(RDP.graph, 10)$D )
54 dim_select( embed_adjacency_matrix(RDP.graph.2, 10)$D )
59 dim_select( embed_adjacency_matrix(RDP.graph.3, 10)$D )
/dports/math/R-cran-igraph/igraph/R/
H A Dembedding.R151 dim_select <- dim_select globalVar
H A Dauto.R1701 dim_select <- function(sv) { function
/dports/math/R-cran-igraph/igraph/inst/benchmarks/
H A Dtime_dirSelect.R7 { dim_select(sv) })
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Drcb.cpp248 int dim_select = -1; in compute() local
465 dim_select = dim; in compute()
473 dim = dim_select; in compute()
/dports/science/py-GPy/GPy-1.10.0/GPy/examples/
H A Ddimensionality_reduction.py668dim_select = GPy.plotting.matplot_dep.visualize.lvm_dimselect(m.X.mean[:1, :].copy(), m, data_show…
/dports/math/R-cran-igraph/igraph/
H A DNAMESPACE285 export(dim_select)
H A DMD5199 99d912bebd15ccfa2a511460eabcdcae *man/dim_select.Rd