Home
last modified time | relevance | path

Searched defs:alldim (Results 1 – 4 of 4) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dtest_mra6.cc102 int alldim= (madness::RandomValue<long>()&0x5) + 3; in UnaryGenTest() local
136 int alldim= (madness::RandomValue<long>()&0x5) + 3; in BinaryGenTest() local
440 int alldim= (madness::RandomValue<long>()&0x5) + 1; in TYPED_TEST() local
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dtest_gentensor.cc103 int alldim= (madness::RandomValue<long>()&0x5) + 3; in UnaryGenTest() local
137 int alldim= (madness::RandomValue<long>()&0x5) + 3; in BinaryGenTest() local
446 int alldim= (madness::RandomValue<long>()&0x5) + 1; in TYPED_TEST() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/meta/
H A DFeatureBagging.java224 …private long[] randomSubspace(final int alldim, final int mindim, final int maxdim, final Random r… in randomSubspace()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dprofile.c1913 FILE *alldim; in master_gridder() local
1947 void calc_grid(FILE *alldim, world_fmt * world, MYREAL *testparam, MYREAL *ltestparam, MYREAL *mlp… in calc_grid()