Home
last modified time | relevance | path

Searched refs:subset_mask (Results 1 – 15 of 15) sorted by relevance

/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/model_selection/
H A Dplot_validation_curve.py24 subset_mask = np.isin(y, [1, 2]) # binary classification: 1 vs 2 variable
25 X, y = X[subset_mask], y[subset_mask]
/dports/devel/tla/tla-1.3.5/src/hackerlab/bitsets/
H A Dbitset-tree.h41 size_t subset_mask; member
122 #define bits_tree_which_bit(L, R, X) ((R)->subset_mask ? ((X) & (R)->subset_mask) : ((X) % (R)->su…
H A Dbits-print.c100 (unsigned long)set->rule[x].subset_mask); in bits_print()
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.h254 void FillCumulativePopcounts(const uintptr_t* subset_mask, uint32_t word_ct, uint32_t* cumulative_p…
258 void UidxsToIdxs(const uintptr_t* subset_mask, const uint32_t* subset_cumulative_popcounts, const u…
402 HEADER_INLINE uint32_t RawToSubsettedPos(const uintptr_t* subset_mask, const uint32_t* subset_cumul… in RawToSubsettedPos() argument
407 …return subset_cumulative_popcounts[raw_widx] + PopcountWord(bzhi(subset_mask[raw_widx], raw_idx % … in RawToSubsettedPos()
430 …et(const uintptr_t* __restrict raw_bitarr, const uintptr_t* __restrict subset_mask, uint32_t outpu…
436 …, const uintptr_t* __restrict expand_mask, const uintptr_t* __restrict subset_mask, uint32_t expan…
443 …nst uintptr_t* __restrict top_expand_mask, const uintptr_t* __restrict subset_mask, uint32_t subse…
H A Dplink2_bits.cc351 …et(const uintptr_t* __restrict raw_bitarr, const uintptr_t* __restrict subset_mask, uint32_t outpu… in CopyBitarrSubset() argument
363 cur_mask_word = subset_mask[++read_widx]; in CopyBitarrSubset()
595 subset_word = subset_mask[read_widx]; in ExpandThenSubsetBytearr()
752 subset_word = subset_mask[read_widx]; in ExpandThenSubsetBytearrNested()
859 cur_mask_word = subset_mask[++read_widx]; in CopyBitarrSubset()
1052 const uintptr_t subset_word = subset_mask[read_widx]; in ExpandThenSubsetBytearr()
1166 const uintptr_t subset_word = subset_mask[read_widx]; in ExpandThenSubsetBytearrNested()
1384 void FillCumulativePopcounts(const uintptr_t* subset_mask, uint32_t word_ct, uint32_t* cumulative_p… in FillCumulativePopcounts() argument
1390 cur_sum += PopcountWord(subset_mask[widx]); in FillCumulativePopcounts()
1395 void UidxsToIdxs(const uintptr_t* subset_mask, const uint32_t* subset_cumulative_popcounts, const u… in UidxsToIdxs() argument
[all …]
H A Dpgenlib_misc.h202 void FillInterleavedMaskVec(const uintptr_t* __restrict subset_mask, uint32_t base_vec_ct, uintptr_…
211 …et(const uintptr_t* __restrict raw_nyparr, const uintptr_t* __restrict subset_mask, uint32_t raw_n…
H A Dpgenlib_misc.cc25 …et(const uintptr_t* __restrict raw_nyparr, const uintptr_t* __restrict subset_mask, uint32_t raw_n… in CopyNyparrNonemptySubset() argument
40 const uintptr_t cur_include_word = subset_mask[subset_mask_widx]; in CopyNyparrNonemptySubset()
180 …et(const uintptr_t* __restrict raw_nyparr, const uintptr_t* __restrict subset_mask, uint32_t raw_n…
200 const uintptr_t cur_include_word = subset_mask[subset_mask_widx];
235 for (; ; ++subset_mask) {
236 const uintptr_t cur_include_word = *subset_mask;
626 void FillInterleavedMaskVec(const uintptr_t* __restrict subset_mask, uint32_t base_vec_ct, uintptr_… in FillInterleavedMaskVec() argument
644 const VecW* subset_mask_valias = R_CAST(const VecW*, subset_mask); in FillInterleavedMaskVec()
670 const uintptr_t orig_word = subset_mask[widx]; in FillInterleavedMaskVec()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.cc1550 uintptr_t subset_mask_bits = subset_mask[0]; in CopySortStrboxSubsetNoalloc()
1574 uintptr_t cur_bits = subset_mask[0]; in CopySortStrboxSubsetNoalloc()
2440 const uintptr_t* subset_mask; member
2451 const uintptr_t* subset_mask = ctx->subset_mask; in DupflagHtableMakerMain() local
2532 ctx.subset_mask = subset_mask; in MakeDupflagHtable()
2581 const uintptr_t* subset_mask; member
2606 const uintptr_t* subset_mask = ctx->subset_mask; in DupstoreHtableMakerThread() local
2720 ctx.subset_mask = subset_mask; in PopulateIdHtableMt()
2836 const uintptr_t* subset_mask; member
2849 const uintptr_t* subset_mask = ctx->subset_mask; in IdUniquenessCheckerMain() local
[all …]
H A Dplink2_cmdline.h1365 PglErr CopySortStrboxSubsetNoalloc(const uintptr_t* __restrict subset_mask, const char* __restrict …
1367 PglErr CopySortStrboxSubset(const uintptr_t* __restrict subset_mask, const char* __restrict orig_st…
1669 PglErr PopulateIdHtableMt(unsigned char* arena_top, const uintptr_t* subset_mask, const char* const…
1671 …nsigned char* arena_bottom, unsigned char* arena_top, const uintptr_t* subset_mask, const char* co…
1678 PglErr AllocAndPopulateIdHtableMt(const uintptr_t* subset_mask, const char* const* item_ids, uintpt…
H A Dplink2_ld.cc1877 uint32_t GenoBitvecSumSubset(const uintptr_t* subset_mask, const uintptr_t* one_bitvec, const uintp… in GenoBitvecSumSubset() argument
1887 …tot = GenoBitvecSumSubsetMain(R_CAST(const VecW*, subset_mask), R_CAST(const VecW*, one_bitvec), R… in GenoBitvecSumSubset()
1889 subset_mask = &(subset_mask[main_block_word_ct]); in GenoBitvecSumSubset()
1894 const uintptr_t subset_word = subset_mask[trailing_word_idx]; in GenoBitvecSumSubset()
/dports/textproc/py-langid/langid.py-4153583/langid/
H A Dlangid.py248 subset_mask = np.fromiter((l in langs for l in nb_classes), dtype=bool)
250 self.nb_ptc = nb_ptc[:,subset_mask]
251 self.nb_pc = nb_pc[subset_mask]
/dports/devel/tla/tla-1.3.5/src/docs-hackerlab/texi/
H A Dbitsets.texi915 size_t subset_mask;
960 The fields @code{subset_shift} and @code{subset_mask} are not used for leaf
962 the fields @code{subset_shift} and @code{subset_mask} should be @code{0}.
968 subset_mask = subset_size - 1
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c8575 …const uintptr_t* __restrict raw_quaterarr, const uintptr_t* __restrict subset_mask, uint32_t raw_q… in copy_quaterarr_nonempty_subset() argument
8589 const uintptr_t cur_include_word = subset_mask[subset_mask_widx]; in copy_quaterarr_nonempty_subset()
8635 const uintptr_t cur_include_word = *subset_mask++; in copy_quaterarr_nonempty_subset()
10206 …et(const uintptr_t* __restrict raw_bitarr, const uintptr_t* __restrict subset_mask, uint32_t raw_b… in copy_bitarr_subset() argument
10214 if (!(~subset_mask[0])) { in copy_bitarr_subset()
10215 item_uidx = next_unset(subset_mask, 0, raw_bitarr_size & (~(BITCT - 1))) & (~(BITCT - 1)); in copy_bitarr_subset()
10221 item_uidx = next_set_unsafe(subset_mask, item_uidx); in copy_bitarr_subset()
10224 item_uidx_stop = next_unset(subset_mask, item_uidx, raw_bitarr_size); in copy_bitarr_subset()
H A Dplink_common.h2621 …const uintptr_t* __restrict raw_quaterarr, const uintptr_t* __restrict subset_mask, uint32_t raw_q…
2738 …et(const uintptr_t* __restrict raw_bitarr, const uintptr_t* __restrict subset_mask, uint32_t raw_b…
/dports/biology/plink/plink-ng-79b2df8c/2.0/Python/
H A Dpgenlib.pyx37 …void FillInterleavedMaskVec(const uintptr_t* subset_mask, uint32_t base_vec_ct, uintptr_t* interle…
38 …void FillCumulativePopcounts(const uintptr_t* subset_mask, uint32_t word_ct, uint32_t* cumulative_…