Home
last modified time | relevance | path

Searched refs:random_subset (Results 1 – 17 of 17) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmrandom.h56 class random_subset
62 random_subset();
63 ~random_subset();
113 random_subset(const random_subset&);
114 random_subset& operator=(const random_subset&);
128 random_subset<BV>::random_subset() in random_subset() function
134 random_subset<BV>::~random_subset() in ~random_subset()
140 void random_subset<BV>::sample(BV& bv_out, in sample()
187 void random_subset<BV>::simple_pick(BV& bv_out, in simple_pick()
235 void random_subset<BV>::get_subset(BV& bv_out, in get_subset()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmrandom.h56 class random_subset
62 random_subset();
63 ~random_subset();
113 random_subset(const random_subset&);
114 random_subset& operator=(const random_subset&);
128 random_subset<BV>::random_subset() in random_subset() function
134 random_subset<BV>::~random_subset() in ~random_subset()
140 void random_subset<BV>::sample(BV& bv_out, in sample()
187 void random_subset<BV>::simple_pick(BV& bv_out, in simple_pick()
235 void random_subset<BV>::get_subset(BV& bv_out, in get_subset()
[all …]
/dports/textproc/p5-Lingua-Preferred/Lingua-Preferred-0.2.4/
H A Dtest.pl132 sub random_subset(@) { randomize (random_prefix @_) }
135 my @avail = random_subset @l;
136 my @want = random_subset (@l, @l2);
/dports/math/armadillo/armadillo-10.7.1/tests2/
H A Dgmm.cpp97 gmm.learn(data, gaussians, eucl_dist, random_subset, 10, 500, 1e-10, false);
195 gmm.learn(data, gaussians, eucl_dist, random_subset, 50, 500, 1e-10, false);
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dgmm_misc_bones.hpp52 static const gmm_seed_random_subset random_subset; variable
H A Dgmm_diag_meat.hpp683 || (seed_mode == random_subset) in learn()
813 || (seed_mode == random_subset) in kmeans_wrapper()
1813 if( (seed_mode == static_subset) || (seed_mode == random_subset) ) in generate_initial_means()
1818 … else if(seed_mode == random_subset) { initial_indices = randperm<uvec>(X.n_cols, N_gaus); } in generate_initial_means()
H A Dgmm_full_meat.hpp722 || (seed_mode == random_subset) in learn()
1840 if( (seed_mode == static_subset) || (seed_mode == random_subset) ) in generate_initial_means()
1845 … else if(seed_mode == random_subset) { initial_indices = randperm<uvec>(X.n_cols, N_gaus); } in generate_initial_means()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dgmm_misc_bones.hpp52 static const gmm_seed_random_subset random_subset; variable
H A Dgmm_diag_meat.hpp683 || (seed_mode == random_subset) in learn()
813 || (seed_mode == random_subset) in kmeans_wrapper()
1813 if( (seed_mode == static_subset) || (seed_mode == random_subset) ) in generate_initial_means()
1818 … else if(seed_mode == random_subset) { initial_indices = randperm<uvec>(X.n_cols, N_gaus); } in generate_initial_means()
H A Dgmm_full_meat.hpp722 || (seed_mode == random_subset) in learn()
1840 if( (seed_mode == static_subset) || (seed_mode == random_subset) ) in generate_initial_means()
1845 … else if(seed_mode == random_subset) { initial_indices = randperm<uvec>(X.n_cols, N_gaus); } in generate_initial_means()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DRemoveServersSafely.actor.cpp92 toKill1 = random_subset( processAddrs, nToKill1 ); in setup()
93 toKill2 = random_subset( processAddrs, nToKill2 ); in setup()
454 template <class T> static std::set<T> random_subset( std::vector<T> v, int n ) { in random_subset() function
/dports/math/py-spectral/spectral-0.22.4/spectral/graphics/
H A Dndwindow.py205 def random_subset(sequence, nsamples): function
555 features = random_subset(ids, 3)
557 features = random_subset(ids, 6)
559 features = [random_subset(ids, 3) for i in range(8)]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dutil.lua402 function util.random_subset(set, n) function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/builder/
H A Dalphashops.des231 inventory = util.join(" | ", util.random_subset(itemlist, shopcount))
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/test/
H A Dbmtest32.cpp3032 bm::random_subset<bvect> rand_sampler; in Set2SetTransformTest()
3449 bm::random_subset<bvect> rsub; in RankCompressionTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp3831 void TestRandomSubset(const bvect& bv, bm::random_subset<bvect>& rsub, bvect::size_type limit = 0) in TestRandomSubset()
4061 bm::random_subset<bvect> rsub; in SimpleRandomFillTest()
6672 bm::random_subset<bvect> rsub; in TestRankCompress()
9417 bm::random_subset<bvect> rsub; in StressTest()
H A Dstress32.cpp5876 void TestRandomSubset(const bvect& bv, bm::random_subset<bvect>& rsub) in TestRandomSubset()
5932 bm::random_subset<bvect> rsub; in SimpleRandomFillTest()
9722 bm::random_subset<bvect> rsub; in StressTest()
29384 bm::random_subset<bvect> rsub; in TestRankCompress()