Skip to content

Commit

Permalink
Merge pull request #390 from d0rg0ld/main
Browse files Browse the repository at this point in the history
Add definition for 'factor' (English
  • Loading branch information
elletjies authored Mar 10, 2022
2 parents 8784906 + 97bf277 commit dbf60c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3645,11 +3645,23 @@
program can [import](#import) it. In most languages a module must export things
explicitly in an attempt to avoid [name collision](#name_collision).
- slug: factor
ref:
- base_r
- vector
en:
term: "factor"
def: >
An R data structure for efficiently storing vectors of categorical data, encoding
categorical values as numerical indices into a lookup table with the respective
category labels.
am:
term: ወደ ውጭ መላክ
def: >
ከ [ሞዱል](#module) ውጭ የሆነ ነገር እንዲታይ ለማድረግ ሌላ የፕሮግራሙ ክፍሎች (ማስመጣት)(#import) ይችላሉ። በአብዛኛዎቹ ቋንቋዎች ሞዱል መሆን አለበት [የስም ግጭት](#name_collision) ን ለማስወገድ #ነገሮችን በግልፅ ወደ ውጭ ይላኩ ።
- slug: fail_test
ref:
- pass_test
Expand Down

0 comments on commit dbf60c2

Please sign in to comment.