- 관계,relation . . . . 265 matches
[[합동관계,congruence_relation]]
[[semantic_relation]] =,semantic_relation . semantic_relation
'''semantic relation'''
https://www.gabormelli.com/RKB/Semantic_Relation
aka conceptual relation. conceptual_relation =,conceptual_relation Ggl:"conceptual relation"
// semantic relation Ggl:"semantic relation"
[[word_sense_relation]] =,word_sense_relation . word_sense_relation
[[lexical_relation]] =,lexical_relation . lexical_relation
'''word sense relation'''
'''lexical relation'''
https://www.gabormelli.com/RKB/Word_Sense_Relation (Redirected from lexical relation)
// word sense relation Ggl:"word sense relation"
// lexical relation Ggl:"lexical relation"
''그러니까 이렇게 정의해야 2-relation 말고도 1 3 4 5 ....로 일반화가능한거지? 근데 nullary relation은 그럼? chk Ggl:"nullary relation definition" ...''
https://en.wikipedia.org/wiki/Relation_of_degree_zero
"relation of degree zero, 0-ary relation, or nullary relation"
1 unary_relation ?
2 [[이항관계,binary_relation]]
[[동치관계,equivalence_relation]] -> [[VG:동치관계,equivalence_relation]]
일반적 명칭? - Ggl:"n-ary relation" 해보니 나오긴 하는데
- 부분순서,partial_order . . . . 46 matches
Binary relation R in a set A which is reflexive, antisymmetric, and transitive. / The pair (A, R) is called a '''poset'''. ([[https://ropas.snu.ac.kr/~jwchoi/talks/snt120601.pdf src]])
[[집합,set]] A의 원소들 간에 [[이항관계,binary_relation]] R이 있는데, R이 다음 세 조건을 만족하면, 순서쌍(2-tuple) (A, R)은 '''부분순서집합'''.
ⓐ reflexive relation = reflexive_relation =,reflexive_relation . reflexive_relation
'''reflexive relation'''
반사관계 via KmsE:"reflexive relation"
https://simple.wikipedia.org/wiki/Reflexive_relation
https://en.wikipedia.org/wiki/Reflexive_relation
https://en.wiktionary.org/wiki/reflexive_relation x 2023-12 ... see WtEn:reflexive#Adjective instead.
Up: [[반사성,reflexivity]] =반사성,reflexivity =,reflexivity . 반사성 reflexivity { 반사성 via KmsE:reflexivity WtEn:reflexivity Ggl:reflexivity Up: [[성질,property]](of [[이항관계,binary_relation]] only? QQQ) ... see also https://en.wiktionary.org/wiki/reflexive } [[관계,relation]]
} // reflexive relation Ggl:"reflexive relation"
ⓑ antisymmetric relation = antisymmetric_relation =,antisymmetric_relation . antisymmetric_relation
'''antisymmetric relation'''
CMP: [[대칭관계,symmetric_relation]]
WtEn:antisymmetric_relation ?
https://mathworld.wolfram.com/AntisymmetricRelation.html
https://ncatlab.org/nlab/show/antisymmetric+relation
https://en.wikipedia.org/wiki/Antisymmetric_relation
Up: [[antisymmetry]] ?? =,antisymmetry . antisymmetry { WtEn:antisymmetry KmsE:antisymmetry Ggl:antisymmetry } // antisymmetry [[관계,relation]]
} // antisymmetric relation Ggl:"antisymmetric relation" KmsE:"antisymmetric relation"
ⓒ transitive relation = transitive_relation =,transitive_relation . transitive_relation
- 릴레이션relation . . . . 45 matches
RDB를 구성하는 [[개체entity]], [[관계relationship]]를 '''relation'''이라는 table로 표현한다.
* 개체 relation
* 관계 relation
[[ORM,object-relation_mapping]]
[[WpEn:Object–relational_mapping]]
= https://en.wikipedia.org/wiki/Object–relational_mapping
Definition of '''relation'''
A relation (state) r, r(R) of the [[릴레이션스키마relation_schema|relation schema]] R(A,,1,,, A,,2,,, ..., A,,n,,) = {t,,1,,, t,,2,,, ... t,,m,,} where t is an ordered list of n values t=〈v,,1,,, v,,2,,, …, v,,n,,〉 and each v,,i,, ∈ dom(A,,i,,)
relation_intension : schema R
relation_extension : a relation state r(R)
[[릴레이션스키마relation_schema]] = (어려운말로) relation intension
[[릴레이션인스턴스relation_instance]] = relation extension? chk
소문자 - relation state를.
[[릴레이션스키마relation_schema]] [[릴레이션인스턴스relation_instance]]
릴레이션 스키마 = relation [[스키마schema]] (relation type)
relation의 이름과 relation의 속성들의 집합.
relation의 이름과 relation에 포함된 모든 속성의 이름으로 정의하는 relation의 논리적 구조.
릴레이션 내포 (relation intension), [[내포intension]]라고도 함.
릴레이션 인스턴스 = relation [[instance]] (relation occurrence)
relation에 어느 시점에 들어있는 [[튜플tuple]]들의 집합.
- 관계대수relational_algebra . . . . 39 matches
[[관계데이터연산relationship_data_operation]]([[연산operation]]) 두 가지 중의 하나.
'''관계대수'''의 피연산자인 [[릴레이션relation]]에 연산자를 적용한 결과도 릴레이션이라는 폐쇄특성이 있음.[* https://terms.naver.com/entry.naver?docId=3431176&cid=58430&categoryId=58430&expCategoryId=58430]
즉, '''관계대수'''는 [[릴레이션relation]]을 연산함.
두 [[릴레이션relation]]을 대상으로 연산을 수행.
* 순수 관계 연산자 (relational operation)
||SQL ||'''relational algebra'''||
[[릴레이션relation]]에서, 주어진 조건을 만족하는 [[튜플tuple]]만 선택하여, 결과 릴레이션을 만든다.
unary operator: relation ↦ relation
> σ,,조건식,,([[릴레이션relation]])
ex. 고객 relation에서 등급이 gold인 tuple을 검색하기
ex2. 고객 relation에서 등급이 gold, 적립금이 2000 이상인 tuple검색
[[릴레이션relation]]에서, selection_condition을 만족하는 튜플의 부분집합을 선택하는 연산.
결과로 생긴 relation의 [[차수degree]]는 R의 그것과 같다. (당연)
결과로 생긴 relation의 [[튜플tuple]] 수([[카디널리티cardinality]])는 R의 그것 이하이다. (당연)
Up: [[관계데이터연산relationship_data_operation]] > [[관계대수relational_algebra]] 관계연산 관계연산자 relational operation
[[릴레이션relation]]에서 선택한 [[속성attribute]]에 해당하는 값으로 결과 relation을 구성.
즉, 주어진 relation의 일부 열로만 구성된, 수직적 부분집합(vertical subset)이 결과 relation으로 됨.
unary operator: relation ↦ relation
Up: [[관계데이터연산relationship_data_operation]] > [[관계대수relational_algebra]] 관계연산 관계연산자 relational operation
두 [[릴레이션relation]] R과 S의 '''디비전(division) 연산'''은 R ÷ S로 표현.
- database . . . . 37 matches
관계형데이터모델 or 관계데이터모델 - RDM, relational_data_model - 가장 중요
[[관계데이터연산relationship_data_operation]]
[[관계대수relational_algebra]] - 절차식 언어(procedural)
pure relational operations : select project join division
[[관계해석relational_calculus]] - 비절차식 언어(non-procedural)
domain relational calculus
tuple relational calculus[* https://chartworld.tistory.com/12 fig. 1]
relational_database https://foldoc.org/relational+database [[WpKo:관계형_데이터베이스]] [[WpEn:Relational_database]]
''relation ≠ relationship. 처음에 이것 때문에 혼동.''
[[릴레이션relation]]
[[관계relationship]]
[[릴레이션relation]]과의 혼동을 피하기 위한 용어라는데, chk
[[WpEn:Relation_(database)#Relation_variables]]
[[릴레이션relation]]의 행에 해당.
관계 데이터 모델에서 [[relation]]의 한 행.
[[릴레이션relation]]에서, '''튜플tuple'''은[* http://www.kocw.net/home/cview.do?cid=fc3d162212c224f5 변시우 4-3 22m]
하나의 [[릴레이션relation]]에서 [[속성attribute]]의 전체 개수.
* [[카디널리티cardinality]] : [[릴레이션relation]] 안의 전체 [[튜플tuple]]의 개수, 입력/수정/삭제 등을 통해 계속 변화함 - 동적
* '''차수degree''' : [[릴레이션relation]]을 구성하는 전체 [[속성attribute]]의 개수 - 정적
하나의 [[릴레이션relation]]에서 [[튜플tuple]]의 전체 개수.
- 이항관계,binary_relation . . . . 24 matches
WtEn:binary_relation
= https://en.wiktionary.org/wiki/binary_relation
[[추이관계,transitive_relation]] ... curr at [[추이성,transitivity]]
[[비추이관계,intransitive_relation]]
[[functional_relation]] =,functional_relation . functional_relation - o
'''functional relation'''
https://encyclopediaofmath.org/wiki/Functional_relation
https://ncatlab.org/nlab/show/functional+relation
[[관계,relation]]
} // functional relation Ggl:"functional relation"
[[transposed_relation]] =,transposed_relation . transposed_relation
'''transposed relation'''
[[관계,relation]]
} // transposed relation Ggl:"transposed relation"
https://mathworld.wolfram.com/BinaryRelation.html
https://encyclopediaofmath.org/wiki/Binary_relation
https://en.wikipedia.org/wiki/Binary_relation
http://www.gabormelli.com/RKB/Binary_Relation
[[VG:이항관계,binary_relation]]
Up: [[바이너리,binary]] esp [[이항,binary]] { [[둘,two]] } [[관계,relation]]
- 데이터모델data_model . . . . 22 matches
entity, attribute, relationship에 기반한다.
relational_data_model
network_data_model .... 이 셋 중 다른 건 거의 안 쓰이고 relational DM이 훨씬 많이 쓰인다
이것은 entity, relationship, attribute 에 기반한다.
* [[관계relationship]] : entities들 사이의 관계는, entities 사이의 상호작용(interaction)을 표현한다.
ER_data_model = entity-relationship_data_model
entity, attribute, relationship은 (위의) 개념데이터모델에서 그대로 가져왔다.
diamond로(마름모, ◇) 표현된 것: relationship
[[관계relationship]]
* 관계형 - RDM, relational_data_model
rel. RDB, [[릴레이션relation]], [[테이블table]], [[키key]]
[[릴레이션relation]]이라 불리는 2차원 [[테이블table]] 형태의 구조에 [[데이터data]]를 저장하는 방식.
=> [[관계형모델relational_model]]
* 객체관계형 - ORDM, object relational data model
이것을 각각 관계형데이터모델(RDM, relational_data_model)에 적용하면:
* 데이터를 저장하는 기본 데이터구조 = [[릴레이션relation]]
* 릴레이션의 데이터를 처리하는 [[연산operation]] = [[관계대수relational_algebra]]
* A collection of concepts - DB의 구조를 서술하는 : [[데이터타입data_type]]s, [[관계relationship]]s, [[제약조건constraint]]s
= tmp; 관계형모델relational_model or relational_data_model? =
Relational Model Concepts
- 동치,equivalence . . . . 21 matches
[[동치관계,equivalence_relation]] ([[관계,relation]])
=동치관계,equivalence_relation =,equivalence_relation 동치관계 equivalence_relation
is_a [[관계,relation]]
KmsK:동치관계 - 확인. Sub: [[퍼지동치관계,fuzzy_equivalence_relation]] =퍼지동치관계,fuzzy_equivalence_relation =,fuzzy_equivalence_relation 퍼지동치관계 fuzzy_equivalence_relation
'''fuzzy equivalence relation'''
WtEn:fuzzy_equivalence_relation x 2024-03
} // fuzzy equivalence relation ... Naver:"fuzzy equivalence relation" Bing:"fuzzy equivalence relation" Ggl:"fuzzy equivalence relation"
WtEn:equivalence_relation
[[VG:동치관계,equivalence_relation]]
Up: [[동치,equivalence]], [[관계,relation]] > [[이항관계,binary_relation]]
[[VG:동치관계,equivalence_relation]]
- 상관계수,correlation_coefficient . . . . 21 matches
'''coefficient of correlation'''
'''correlation coefficient'''
[[WtEn:correlation_coefficient]] = https://en.wiktionary.org/wiki/correlation_coefficient
두 RV간의 linear relationship의 strength와 direction에 대해 알아내는 방법 중 하나
표본상관계수 sample correlation .... sample correlation coefficient ? Ndict:표본상관계수 Ggl:표본상관계수
단순상관계수 simple correlation coefficient Ndict:단순상관계수 Ggl:단순상관계수
[[Pearson_correlation_coefficient]] =,Pearson_correlation_coefficient . Pearson_correlation_coefficient
Pearson correlation coefficient
[[WpEn:Pearson_correlation_coefficient]] = https://en.wikipedia.org/wiki/Pearson_correlation_coefficient
[[WtEn:Spearman's_rank_correlation_coefficient]]
[[WpEn:Spearman's_rank_correlation_coefficient]]
Ndict:"correlation coefficient"
Ggl:"correlation coefficient"
"correlation coefficient"
[[VG:상관계수,correlation_coefficient]]
Up: [[상관,correlation]] [[계수,coefficient]]
- 추이성,transitivity . . . . 21 matches
[[동치관계,equivalence_relation]]의 세 조건 중 하나?
[[추이관계,transitive_relation]] =추이관계,transitive_relation =,transitive_relation 추이관계 transitive_relation
WtEn:transitive_relation
Srch:transitive_relation
opp. intransitive_relation =,intransitive_relation . intransitive_relation
'''intransitive relation'''
WtEn:intransitive_relation ? x [[Date(2024-02-13T23:52:45)]]
https://www.gabormelli.com/RKB/Intransitive_Relation
"binary relation이면서 transitive relation이 아닌 것."
Cmp [[추이관계,transitive_relation]]
Up: [[이항관계,binary_relation]]
} // intransitive relation Ggl:"intransitive relation" KmsE:intransit
Up: [[이항관계,binary_relation]]
} // transitive relation Ggl:"transitive relation" KmsE:transitive
- 합동,congruence . . . . 21 matches
== 합동관계 congruence relation ==
[[합동관계,congruence_relation]] =합동관계,congruence_relation =,congruence_relation 합동관계 congruence_relation
'''congruence relation'''
WtEn:congruence_relation ? x 2024-04
https://en.wikipedia.org/wiki/Congruence_relation
} // congruence relation ... Ggl:"congruence relation" Bing:"congruence relation"
[[중립합동관계,neutral_congruence_relation]] =중립합동관계,neutral_congruence_relation =,neutral_congruence_relation . 중립합동관계 neutral_congruence_relation
[[neutral_congruence_relation]]
neutral congruence relation
Ggl:중립합동관계 Naver:중립합동관계 Naver:"neutral congruence relation" Ggl:"neutral congruence relation"
Up: [[중립,neutral]] [[합동관계,congruence_relation]] { WtEn:congruence_relation }
- 항등함수,identity_function . . . . 17 matches
[[identity_relation]] =,identity_relation =,identity_relation . identity_relation
identity relation
WtEn:identity_relation x [[Date(2023-11-23T16:10:05)]]
is_a [[관계,relation]]
WpEn:Identity_relation redir to([[Date(2023-11-23T16:03:37)]]):
https://en.wikipedia.org/wiki/Homogeneous_relation#Particular_homogeneous_relations
이건 [[homogeneous_relation]] also called [[endorelation]]의 일종임.
물론 [[binary_relation]]의 일종이기도 함
"identity relation"
KmsE:"identity relation"
Ggl:"identity relation"
Ndict:"identity relation"
- 대칭성,symmetry . . . . 16 matches
[[대칭관계,symmetric_relation]] =대칭관계,symmetric_relation =,symmetric_relation 대칭관계 symmetric_relation
'''symmetric relation'''
대칭관계 via KmsE:"symmetric relation" { "symmetric relation 대칭관계" [[Date(2023-12-03T20:28:18)]] }
WtEn:symmetric_relation
[[antisymmetric_relation]]
https://www.gabormelli.com/RKB/Symmetric_Relation
[[WpSp:Symmetric_relation]] x 2024-01
[[WpEn:Symmetric_relation]] = https://en.wikipedia.org/wiki/Symmetric_relation
[[관계,relation]] > [[이항관계,binary_relation]] 의 일종. (we)
"symmetric relation"
} // symmetric relation
- 순서,order . . . . 16 matches
[[순서관계,order_relation]] - [[관계,relation]] ? 아님 순서가 곧 이항관계? ( Up: [[이항관계,binary_relation]]? )
'''order relation'''
https://www.gabormelli.com/RKB/Order_Relation
[[https://encyclopediaofmath.org/wiki/Order_(on_a_set)]] - ''order relation''
} // order relation Ggl:"order relation" Ndict:순서관계 Ggl:순서관계
[[이항관계,binary_relation]] ≤와 집합과 네 조건으로 정의함.
WpEn:Pointwise_order - redir to WpEn:Pointwise#Pointwise_relations
[[pointwise_relation]] =,pointwise_relation . pointwise_relation
{ pointwise relation
WpEn:Pointwise#Pointwise_relations
pointwise+relation
[[https://citizendium.org/wiki/Order_(relation)]]
- 키key . . . . 16 matches
[[릴레이션relation]]에서 [[튜플tuple]]들을 구별하는 역할을 하는 속성 또는 속성들의 집합.
모든 [[릴레이션relation]]은 '''키'''를 가짐.
[[유일성uniqueness]] : 한 [[릴레이션relation]]에서 모든 [[튜플tuple]]은 서로 다른 '''키key''' 값을 가져야 함.
[[수퍼키super_key]] : (relation에서 모든 tuple에 대해)
[[후보키candidate_key]] : (relation에서 모든 tuple에 대해)
다른 [[릴레이션relation]]의 기본키를 참조하는 속성 또는 속성들의 집합
외래키 - 관계를 맺는 두 relation에서, 참조하는 relation에 attribute로 지정되는 키 값[* http://kocw.net/home/search/kemView.do?kemId=1335378 김정준 4. 10m]
ex. 고객 relation에서, 나이/직업/적립금/이름 등은 값이 같은 고객이 있을 수 있으므로 유일성을 만족 못해서 super key가 될 수 없음.[* https://terms.naver.com/entry.naver?docId=3431148&cid=58430&categoryId=58430&expCategoryId=58430]
[[릴레이션relation]]의 모든 tuple에 대해 '''유일성'''과 '''최소성'''을 만족시켜야 함.
[[relation]]에서, [[튜플tuple]]을 구별하기 위해 여러 [[후보키candidate_key]]를 모두 쓸 필요는 없다.
'''기본키'''는 relation table에서 [[속성attribute]] 이름에 밑줄을 그어 표기.
다른 [[릴레이션relation]]의 [[기본키primary_key]]를 참조하는 속성 또는 속성들의 집합.
참조되는 relation의 기본키와 대응되어, relation간의 참조 관계를 표현.[* https://m.blog.naver.com/wook2124/222108768146 5)]
[[릴레이션relation]]에서 키의 포함 관계
- 연결,connection . . . . 15 matches
=== relation ===
[[관계,relation]] 관련하여
[[connected_relation]] =,connected_relation . connected_relation
https://en.wikipedia.org/wiki/Connected_relation
{"In math, a [[relation_on_a_set]]{link to: WpEn:Relation_on_a_set ''redir to WpEn:Binary_relation#Homogeneous_relation '' }
is called '''connected or complete or total''' // connected_relation = complete_relation or total_relation ... =,complete_relation =,total_relation .
~~WtEn:connected_relation~~ x [[Date(2023-08-22T21:21:09)]]
- 연산operation . . . . 15 matches
'''''현재, [[관계데이터연산relationship_data_operation]]과 동일한 내용을 다룸.'''''
[[관계연산relation_operation]]이라고도 하는 듯. pagename??
'''관계연산(relation operation)''': 관계형데이터모델relational_data_model (RDM, relational_data_model, curr at [[데이터모델data_model]])에서 [[릴레이션relation]]을 조작하기 위한 [[연산operation]].
[[관계대수relational_algebra]]:
[[관계해석relational_calculus]]:
||[[관계대수relational_algebra]] ||[[관계해석relational_calculus]] ||
관계 데이터 모델([[데이터모델data_model]])의 '''연산'''을 간단히 '''관계 데이터 연산(relationship data operation)'''이라고도 함.
* 관계 대수 (relational algebra) - [[관계대수relational_algebra]]
* 관계 해석 (relational calculus) - [[관계해석relational_calculus]]
- 조인join . . . . 14 matches
[[관계대수relational_algebra]] 연산 중 하나?
대충, [[테이블table]]/[[릴레이션relation]]이 여러 개 있을 때
equijoin과 natural_join은, 다른 [[릴레이션relation]]에 matching하지 않는 [[튜플tuple]]들은 제외하는데,
[[조인속성join_attribute]]을 이용해, 두 [[릴레이션relation]]을 조합하여 하나의 결과 릴레이션을 구성.
join attribute란: 두 relation이 공통으로 가지고 있는 [[속성attribute]].
binary operator: (relation, relation) ↦ relation
조인 속성으로 [[프로젝트project]]한 [[릴레이션relation]]을 이용해 조인한다.
Up: [[database]] > [[관계대수relational_algebra]]
Up: [[관계데이터연산relationship_data_operation]] > [[관계대수relational_algebra]] 관계연산 관계연산자 relational operation // <- DB개론 보고 [[관계대수relational_algebra]] 작성시 만든것, 나중에 cleanup
- 프랙털,fractal . . . . 13 matches
"상관 차원correlation dimension" // [[상관차원,correlation_dimension]] - [[상관,correlation]] [[차원,dimension]] ... correlation dimension ... Bing:"correlation dimension" Naver:"correlation dimension" Ggl:"correlation dimension"
"상관합correlation sum" // [[상관합,correlation_sum]] - [[합,sum]] .... correlation sum .... Bing:"correlation sum" Naver:"correlation sum" Ggl:"correlation sum"
- 형용사,adjective . . . . 12 matches
reflexive_relation
reflexive relation
https://en.wiktionary.org/wiki/reflexive_relation x 2023-08-23
https://en.wikipedia.org/wiki/Reflexive_relation
"reflexive relation"
(...examples:) https://en.wikipedia.org/wiki/Homogeneous_relation#Operations
homogeneous_relation
homogeneous relation
WtEn:homogeneous_relation
WpEn:Homogeneous_relation
Ggl:"homogeneous relation"
"homogeneous relation"
- 토털,total . . . . 11 matches
[[total_relation]] =,total_relation =,total_relation . total_relation
WtEn:total_relation x [[Date(2023-08-24T03:00:00)]]
[[WpEn:Total_relation]] = https://en.wikipedia.org/wiki/Total_relation
total relation
Ndict:"total relation"
Ggl:"total relation"
Up: [[토털,total]] [[관계,relation]]
- 관계relationship . . . . 10 matches
이름이 비슷, 비교: [[릴레이션relation]]
A '''relationship''' among [[개체entity|entities]] represents an interaction among the entities.
두 개 사이에 존재하는 [[binary_relationship]]
세 개 사이에 존재하는 [[ternary_relationship]]
EMPLOYEE와 DEPARTMENT 사이에 WORKS_FOR '''relationship'''과 그 중 일부 [[인스턴스instance]]를 나타낸 그림.
'''Relationship'''에서 degree란?[* 황인준 2022-04-20 44m]
''[[릴레이션relation]]의 [[차수degree]]와 전혀 다른???''
'''Relationship'''s as Attributes - '''관계'''를 [[속성attribute]]으로 표현하기[* KU황인준 2022-04-20 45m]
약한 개체가 owner entity와 맺는 [[관계relationship]]는 이중 마름모로 표현.[* https://terms.naver.com/entry.naver?docId=3431126&cid=58430&categoryId=58430&expCategoryId=58430]
여기서 SUPERVISION은 recursive_relationship.
그냥 마름모: relationship - 둘 다 strong entity? chk
이중 마름모: identifying relationship - 하나는 weak entity?
- 리커런스,recurrence . . . . 10 matches
[[recurrence_relation]] =,recurrence_relation =,recurrence_relation . recurrence_relation
recurrence relation
점화관계 ? [[관계,relation]]
WtEn:recurrence_relation
VG: 점화식,recurrence_relation 있으나 저건 pagename 변경 예정이고
https://everything2.com/title/recurrence+relation
https://en.wikipedia.org/wiki/Recurrence_relation
- 클래스,class . . . . 10 matches
[[관계,relation]] or [[관계relationship]]
[[transitive_set]] - curr at [[VG:추이관계,transitive_relation]]
[[추이관계,transitive_relation]] - [[VG:추이관계,transitive_relation]]
== equivalence class (relation theory) ==
tmp see [[VG:관계,relation#s-7]]
} of [[relation_theory]] (curr goto [[관계,relation?action=highlight&value=relation_theory]])
- 합동관계,congruence_relation . . . . 10 matches
##====합동관계,congruence_relation =,congruence_relation 합동관계 congruence_relation
'''congruence relation'''
WtEn:congruence_relation x 2024-05
[[WpEn:Congruence_relation]] = https://en.wikipedia.org/wiki/Congruence_relation
[[관계,relation]]
NN:"congruence relation" Bing:"congruence relation"
- 동치관계,equivalence_relation . . . . 8 matches
writing both in local and VG: 동치관계,equivalence_relation
{" $x$ 의 '''동치류'''(~~equivalent~~equivalence class) $[x]$ 는 $x$ 와 [[동치관계,equivalence_relation]]에 있는 [[원소,element]]s들의 [[집합,set]]이다.
[[이항관계,binary_relation]]의 일종. 어떤 이항관계 ~가 임의의 a,b,c에 대해
http://www.gabormelli.com/RKB/Equivalence_Relation
https://simple.wikipedia.org/wiki/Equivalence_relation
[[WpEn:Equivalence_relation]]
= https://en.wikipedia.org/wiki/Equivalence_relation
https://mathworld.wolfram.com/EquivalenceRelation.html
https://encyclopediaofmath.org/wiki/Equivalence_relation
Ggl:"define: Equivalence relation"
- 선형성,linearity . . . . 8 matches
[[multilinear_relationship]] =,multilinear_relationship . multilinear_relationship
'''multilinear relationship'''
[[텐서,tensor]] : multilinear relationship between sets of algebraic objects related to a [[벡터공간,vector_space]].[* WpEn:Tensor 첫문장]
}// multilinear relationship ... Ggl:"multilinear relationship" Bing:"multilinear relationship"
- 트랜지션,transition . . . . 8 matches
= transitive relation =
KmsE:"transitive relation" "전이적 관계, 추이적 관계"
[[transitive_relation]] =,transitive_relation =,transitive_relation . transitive_relation
WtEn:transitive_relation
[[관계,relation]]
- 관계해석relational_calculus . . . . 7 matches
[[관계데이터연산relationship_data_operation]]의 일종. ([[관계대수relational_algebra]]와 함께.)
투플 관계 해석(tuple relational calculus)과 도메인 관계 해석(domain relational calculus)으로 분류됨.
[[관계대수relational_algebra]]의 operations와 동등한(equivalent to) 기술적/설명적인 식(descriptive expressions)을 다루는.
https://foldoc.org/relational+calculus
[[WpEn:Relational_calculus]]
Compare: [[관계대수relational_algebra]]
- 무결성제약조건integrity_constraint . . . . 7 matches
[[관계데이터모델]]에선, [[릴레이션relation]]에 포함된 tuple들을 유일하게 구별할 수 있도록 각 relation마다 기본키를 정의한다. 그런데 기본키를 구성하는 [[속성attribute]] 전체나 일부가 null 값이 되면 tuple의 유일성을 판단할 수 없으므로 기본키의 목적을 상실하게 된다.
참조'하는' relation에서 삭제를 하면 여기에 위배되지 않는데,
참조'되는' relation에서 삭제를 하면 문제가 생길 수 있다. [* http://kocw.net/home/search/kemView.do?kemId=1257746 지정희 3. 29m]
* [[기본키primary_key]]로 지정한 모든 [[속성attribute]]은 [[널null]] 값을 가질 수 없고 [[릴레이션relation]] 안에서 중복되지 않는 유일한 값을 가져야 한다는 제약 사항.
||기본키에 대한 규칙:[[br]]각 relation마다 적용됨 ||외래키에 대한 규칙:[[br]] 연관된 relation들에 적용됨 ||
- WikiSandBox . . . . 6 matches
rel. transitivity / transitive_relation
rel. [[대칭성,symmetry]] / smallest symmetric_relation
smallest reflexive_relation
[[closure_relation]] - curr [[관계,relation?action=highlight&value=closure_relation]]
- 관계데이터연산relationship_data_operation . . . . 6 matches
원하는 데이터를 얻기 위해 [[릴레이션relation]]에 필요한 처리를 요구하는 것. 관계대수와 관계해석이 있는데, 이 둘은 기능과 표현력에서 능력이 동등함.[* https://terms.naver.com/entry.naver?docId=3431176&cid=58430&categoryId=58430&expCategoryId=58430]
[[관계대수relational_algebra]]
[[관계해석relational_calculus]]
'''관계 데이터 연산 relationship data operation'''(관계 데이터 모델의 연산)[* https://terms.naver.com/entry.naver?docId=3431157&cid=58430&categoryId=58430&expCategoryId=58430]
* [[관계대수relational_algebra]] - 절차적 언어
* [[관계해석relational_calculus]] - 비절차적 언어
- 릴레이션스키마relation_schema . . . . 6 matches
특정 [[릴레이션relation]]의 논리적 구조를 뜻함.
[[릴레이션relation]] 이름 뒤에 괄호 안에 릴레이션이 포함하는 속성들의 이름을 열거.
'''Relation schema'''는
R은 [[릴레이션relation]] 이름이고
[[릴레이션relation]]의 [[차수degree]] : [[속성attribute]]들의 수.
비교: [[릴레이션인스턴스relation_instance]]
[[릴레이션relation]]
- 반사성,reflexivity . . . . 6 matches
[[이항관계,binary_relation]]가 [[동치관계,equivalence_relation]]일 세 조건 중 하나.
||성질 ||[[관계,relation]] ||
||'''반사성,reflexivity''' ||[[반사관계,reflexive_relation]] ||
||[[대칭성,symmetry]] ||[[대칭관계,symmetric_relation]] ||
||[[추이성,transitivity]] ||[[추이관계,transitive_relation]] ||
- 인과성,causality . . . . 6 matches
인과관계 - [[관계,relation]]? // [[VG:관계,relation]]
causal relation ? chk:
Ndict:"causal relation"
Bing:"causal relation"
Ggl:"causal relation"
- 참조무결성제약조건referential_integrity_constraint . . . . 6 matches
두 [[테이블table]]/[[릴레이션relation]] 사이에 존재하는 것으로서,
* the referencing relation and - 참조하는 - ''여기에 [[외래키foreign_key]]가 존재''
* the referenced relation. - 참조되는
한 [[릴레이션relation]]에 있는 [[튜플tuple]]이 다른 relation에 있는 tuple을 참조하려면, 반드시 참조되는 튜플이 해당 relation 내에 있어야 한다는 것을 의미.
- OnlineLectures . . . . 5 matches
[[관계,relation]]
[[관계relationship]](개체들 사이의 관련성 정보)의 예를 들면
INSTRUCTOR는 SECTION을 강의한다.... 이런것들이 관계relationship.
// ER모델, entity-relationship model, 엔티티-관계 모델
* 관계 relationship ◇
- 매듭,knot . . . . 5 matches
skein_relation
skein relation
[[관계,relation]]
https://en.wikipedia.org/wiki/Skein_relation
"skein relation"
- 미분방정식과_차분방정식,differential_equation_and_difference_equation . . . . 5 matches
REL [[recurrence_relation]](curr at [[리커런스,recurrence]])
WpEn:Difference_equation ? 2023-10 redir to: [[WpEn:Recurrence_relation#difference_equation]] = https://en.wikipedia.org/wiki/Recurrence_relation#difference_equation
so rel: [[recurrence_relation]](2023-10 curr at [[리커런스,recurrence]] and [[관계,relation]])
- 분석,analysis . . . . 5 matches
[[상관분석,correlation_analysis]] - [[상관,correlation]]
WtEn:correlation_analysis ?
[[VG:상관분석,correlation_analysis]] (none yet)
Up: [[상관,correlation]] [[분석,analysis]]
- 표본,sample . . . . 5 matches
[[표본상관계수,sample_correlation]]
일단 상관계수의 vg pagename: [[상관계수,correlation_coefficient]]
그럼 내 pagename rule에 맞는 strict한 직역은 [[표본상관,sample_correlation]] and/or [[표본상관계수,sample_correlation_coefficient]] ...이 아닐지?
(cf. [[상관,correlation]] - 이건 vg에 not yet)
- 행렬,matrix . . . . 5 matches
"논리 행렬(logical matrix), 이진 행렬(binary matrix), 관계 행렬(relation matrix), 부울 행렬(Boolean matrix) 또는 (0,1) 행렬
이러한 행렬은 한 쌍의 유한 집합 사이의 이진 관계(''[[이항관계,binary_relation]]'')를 나타 내기 위해 사용될 수 있다."(wk)
// 논리행렬(logical_matrix),이진행렬(binary_matrix),관계행렬(relation_matrix),부울행렬(Boolean_matrix)
// logical_matrix binary_matrix relation_matrix Boolean_matrix
// =,logical_matrix =,binary_matrix =,relation_matrix =,Boolean_matrix .
- 가능성,possibility . . . . 4 matches
accessibility_relation =,accessibility_relation .
[[accessibility]] [[관계,relation]]
https://en.wikipedia.org/wiki/Accessibility_relation
- 독립성,independence . . . . 4 matches
the strength of the relationship,,[[관계,relation]]페이지와 겹치니 [[관계성,relationship]]페이지는 어떨지?,,s // [[릴레이션십,relationship]]
- 디그리,degree . . . . 4 matches
[[homogeneous_relation]] = [[endorelation]] - w
WtEn:homogeneous_relation
WtEn:endorelation
- 릴레이션인스턴스relation_instance . . . . 4 matches
어느 한 시점에, [[릴레이션relation]]에 존재하는 [[튜플tuple]]들의 집합.
(보통 [[테이블table]]의 첫 번째 행은 (i.e. 헤더 부분은) [[릴레이션스키마relation_schema]]이고 그걸 제외한 나머지 모든 행들이 '''릴레이션인스턴스'''.)
비교: [[릴레이션스키마relation_schema]]
[[릴레이션relation]]
- 무결성integrity . . . . 4 matches
[[기본키제약primary_constraint]]이라고도 함. [[기본키primary_key]]는 null값을 가져서는 안 되며 한 [[릴레이션relation]] 내에 오직 한(unique) 값만 존재해야 함.[* https://deftkang.tistory.com/52 개체 무결성 제약조건]
[[릴레이션relation]]내의 tuple들이 각 [[속성attribute]]의 [[도메인domain]]에 지정된 값 만을 가져야 함.
[[외래키foreign_key]] 값은 null이거나 (참조 [[릴레이션relation]]인데....참조하는? 참조받는?...)의 [[기본키primary_key]] 값과 동일해야 함.
[[외래키제약foreign_key_constraint]]이라고도 함. [[릴레이션relation]]간의 참조 관계를 선언하는 제약조건.
- 속성attribute . . . . 4 matches
[[릴레이션relation]]의 [[열column]]에 해당.
ex. 고객 relation에서 속성: 고객아이디·고객이름·나이·등급·직업·적립금
(cf. [[릴레이션relation]]에서, 각 [[튜플tuple]]을 유일하게 식별할 수 있는 속성(들)의 집합 => [[키key]])
[[관계relationship]]를 '''속성attribute'''으로 나타내려면? 방법이 하나가 아님 - single-valued attribute와 multi-valued attribute로 나타낼 수 있음. 관계 페이지의 'Relationships as Attributes' 참조.
- 시맨틱스,semantics . . . . 4 matches
== Kripke semantics = relational semantics = frame semantics ==
Kripke semantics = relational semantics = frame semantics
Kripke_semantics = relational_semantics = frame_semantics
Ggl:"Kripke semantics = relational semantics = frame semantics"
- 의미론,semantics . . . . 4 matches
[[semantic_relation]] =,semantic_relation . semantic_relation
https://www.gabormelli.com/RKB/Semantic_Relation
Up: [[관계,relation]]
- 정의역,domain . . . . 4 matches
[[이진관계,binary_relation]]의 명시적 정의로 쓰일 수 있다. (pw)
"Such a matrix affords a matrix representation of a k-adic relation."
"It is also called a logical matrix, binary_matrix, relation_matrix, or Boolean_matrix. " // [[이진행렬,binary_matrix]] [[관계행렬,relation_matrix]] [[불_행렬,Boolean_matrix]]와 동의어.
- 칼큘러스,calculus . . . . 4 matches
WpEn:Difference_equation (redir to https://en.wikipedia.org/wiki/Recurrence_relation#difference_equation )를 다루는 calulus 얘기 중
관계 해석 relational calculus "관계 모델 ([[관계형모델relational_model]]) 에 의한 db에서의 관계 처리 체계의 하나. 관계 요소 투플(tuple)을 대상 변수로 하는 1차 술어논리 의 논리식 에 따라 질문을 형성"
도메인 관계 해석 domain relational calculus
- 공간,space . . . . 3 matches
''"'''Incidence geometry''' is one of the most abstract geometric_structure in which only the [[irreflexive_relation]] { WtEn:irreflexive_relation } of incidence is considered."''
"(graph theory) A matrix showing the relationship between two classes of objects." ([[Date(2023-11-06T06:08:47)]])
- 구조,structure . . . . 3 matches
[[관계,relation]]
[[relational_structure]] ''- curr at [[관계,relation]]''
- 논리학,logic . . . . 3 matches
[[관계논리,relational_logic]] WtEn:relational_logic ? Ndict:관계논리 ....이름에 [[관계,relation]]
- 부분함수,partial_function . . . . 3 matches
[[functional_relation]](curr at [[이항관계,binary_relation]])
[[univalent_relation]]
- 외래키foreign_key . . . . 3 matches
다른(외부) [[릴레이션relation]]의 [[기본키primary_key]]를 참조?
특정 [[릴레이션relation]]의 [[기본키primary_key]]를 참조하는 [[속성attribute]] 집합.
'''외래키''' 값은 동일한 값을 기본키 값으로 갖는 [[튜플tuple]]과의 [[관계relationship]]를 자연스럽게 표현.
- 이미지,image . . . . 3 matches
map/mapping/relation/function/...and? 에 대해.
Up: [[relation_theory]] ''(curr at [[관계,relation]])''
- 제약조건constraint . . . . 3 matches
= relational constraints (1) =
= relational constraints (2) =
[[후보키candidate_key]] : [[릴레이션스키마relation_schema]]의 모든 가능한 [[키key]].
- SQL,structured_query_language . . . . 2 matches
CREATE TABLE [[relation]]이름 ( 속성1 [[SQL_data_type|자료형]]1, 속성2 자료형2, ..., 속성n 자료형n);
[[relation]]을 삭제하는 명령.
- 구,phrase . . . . 2 matches
// [[연결,connection]] link([[연결,link]] [[링크,link]]) [[relationship]]
transition (= linking_word)[* WpEn:Concept_map "The relationship between concepts can be articulated in '''linking phrases''' such as "causes", "requires", "such as" or "contributes to"."]
- 대응,correspondence . . . . 2 matches
https://encyclopediaofmath.org/wiki/Correspondence - ''relation''
(대체적으로) 같은 [[타입,type]]의 두 ([[집합,set]]이나 [[구조,structure]]) 사이 [[이항관계,binary_relation]] [[개념,notion]]의 [[일반화,generalization]].
- 비교,comparison . . . . 2 matches
[[관계,relation]]
[[관계연산자,relational_opeator]]
- 산술,arithmetic . . . . 2 matches
[[합동,congruence]] // 합동관계 congruence_relation ? [[합동관계,congruence_relation]] // 합동인 congruent adj. /
- 서로소,seoroso . . . . 2 matches
- 두 정수의 [[관계,relation]], 두 정수가 $1,-1$ 외의 공통 [[약수]](divisor? - yes [[약수,divisor]])([[인수,factor]] - ie 정수인수, is_a [[인자,factor]])
[[정수론,number_theory]]에서 두 [[정수,integer]]가 '''서로소'''라는 것은, (둘의 [[관계,relation]]이며 어떤 특정 정수의 성질이 아님) 둘의 [[최대공약수]]가 1이라는 것.
- 스키마schema . . . . 2 matches
[[개체entity|entities]], [[data_type]]s, [[관계relationship|relationship]]s, user [[연산operation|operations]], [[constraint]]s를 기술하는 데 집중함.
- 연관,association . . . . 2 matches
밀접 개념: [[relationship]] or [[관계,relation]]
- 외래키,foreign_key . . . . 2 matches
'''외래키'''는 다른 [[릴레이션relation]]의 [[기본키,primary_key]]를 참조하는 [[속성attribute]]이고, 릴레이션 간의 [[관계relationship]]를 표현하는 역할을 한다.[* https://terms.naver.com/entry.naver?docId=3431155&cid=58430&categoryId=58430&expCategoryId=58430]
- 위계,hierarchy . . . . 2 matches
inter-relating the various classes by [[relationship]]s such as
The [[relationship]]s are specified in the science of object-oriented design([[object-oriented_design]]) and object interface standards defined by popular use, [[language_design]]ers (Java, C++, [[Smalltalk]], [[Visual_Prolog]]) and standards committees for software_design like the [[Object_Management_Group]] =,Object_Management_Group . Object_Management_Group | =,OMG .{ Object Management Group WtEn:Object_Management_Group WpSp:Object_Management_Group WpEn:Object_Management_Group Ndict:"Object Management Group" Ggl:"Object Management Group" "Object Management Group"}.
- 재귀,recursion . . . . 2 matches
(VG: 점화식,recurrence_relation => [[점화관계,recurrence_relation]] 예정.)
- 정규형normal_form . . . . 2 matches
제1정규형이려면, 한 [[릴레이션relation]]을 구성하는 모든 [[도메인domain]]이 [[원자값atomic_value]]만으로 구성되어야 함.
제1정규형만 만족시키는 [[릴레이션relation]]에서 [[부분함수적종속성partial_functional_dependency]]을 가지게 되는 경우 삽입이상, 갱신이상, 삭제이상 세가지 이상현상이 모두 나타나게 됨.
- 정지질량,rest_mass . . . . 2 matches
"The experiment that confirmed the four-vector representation of the energy-momentum relation of a particle with rest mass 0 is the [[Compton_effect]] { '''Compton effect''' KpsE:"Compton effect" NN:"Compton effect" }.
The Compton effect demonstrates the particle nature of light and provides evidence for the relativistic energy-momentum relation for photons, which have zero rest mass. In the Compton effect, X-rays scatter off electrons, resulting in a change in wavelength that can be explained using the relativistic energy-momentum four-vector formalism. This effect was crucial in establishing the concept of photons as particles with energy and momentum but zero rest mass, in accordance with the principles of special relativity." (ChatGPT)
- 질의query . . . . 2 matches
관계 데이터 연산(see [[연산operation]])인 [[관계대수relational_algebra]]나 [[관계해석relational_calculus]]으로 기술할 수 있음.
- 클로저,closure . . . . 2 matches
[[관계,relation]] > [[이항관계,binary_relation]]
- 텀,term . . . . 2 matches
[[점화식]] [[리커런스,recurrence]] [[recurrence_relation]] [[점화관계]] ([[점화관계,recurrence_relation]]? ) Ndict:점화관계 Ggl:점화관계 ....에서도 언급
- 포뮬러,formula . . . . 2 matches
[[관계,relation]] or [[관련,relationship]]?
- 함수,function . . . . 2 matches
[[recurrence_relation]] { 점화관계 ? https://en.wikipedia.org/wiki/Recurrence_relation }
- 후보키candidate_key . . . . 2 matches
[[릴레이션relation]]에서, [[키key]]로 지정한 [[속성attribute]] 값의 조합은 [[튜플tuple]]마다 모두 달라야 한다는 뜻.
[[릴레이션relation]]에서, 키로 지정한 [[속성attribute]]의 개수를 최소화해야 한다는 뜻.'' - 개수가 최소여야 조건을 만족? chk''
- degree . . . . 1 match
[[차수degree]] - [[릴레이션relation]]/[[테이블table]]에서 [[속성attribute]]의 개수. [[튜플tuple]]의 개수인 [[카디널리티cardinality]]와 비교되는.
- 가설,hypothesis . . . . 1 match
분석대상인 두 세트(자료나 변수)가 서로 [[관계,relationship]] 없다는 [[주장,claim]].
- 개념,concept . . . . 1 match
'''개념,concept'''사이 [[관계,relation]]를 [[표현,representation]]하는 방식은/[[구조,structure]]는 [[그래프,graph]].
- 개체entity . . . . 1 match
[[릴레이션relation]]에서, [[튜플tuple]]은 현실 세계의 '''개체entity'''를 표현.
- 개체무결성제약조건entity_integrity_constraint . . . . 1 match
[[키제약조건key_constraint]]s and [[개체제약조건entity_constraint]] are specified on individual relations.
- 계수,coefficient . . . . 1 match
[[상관계수,correlation_coefficient]]
- 공분산,covariance . . . . 1 match
cmp [[상관계수,correlation_coefficient]]
- 김광수_신호및시스템_2020 . . . . 1 match
== 25m Euler's relation - 삼각함수와 복소지수의 관계 ==
- 네트워크과학,network_science . . . . 1 match
MKLINK [[transitivity]](전이성 OR 추이성, pagename tbd.) and [[추이관계,transitive_relation]]
- 네트워크과학,network_science,netsci . . . . 1 match
MKLINK [[transitivity]](전이성 OR 추이성, pagename tbd.) and [[추이관계,transitive_relation]]
- 대체키alternate_key . . . . 1 match
[[릴레이션relation]] 안에서 [[기본키primary_key]]는 하나이지만 '''대체키'''는 여러 개 존재 가능.
- 동치류,equivalence_class . . . . 1 match
[[동치관계,equivalence_relation]]
- 디바이저,divisor . . . . 1 match
multiple correlation 중상관
- 명제proposition . . . . 1 match
DB용어? " The transformation of a relational_dataset into a propositional one. " 암튼 2023-11-07 현재 db뜻만 있음
- 명제논리,propositional_logic . . . . 1 match
'''명제논리,propositional_logic''' 혹은 [[문장논리,sentential_logic]]는 [[명제,proposition]] 혹은 [[문장,sentence]]들 간의 논리적 관계를 다룬다. // logical [[관계,relation]]?
- 모형,model . . . . 1 match
이하 명제를 '만족' ( 혹시 충족으로도 번역되는 satisfaction ?? [[포뮬러,formula]]가 [[참,true]]이 되게 하는 그거? rel. [[satisfaction_relation]]? chk. Ggl:satisfaction+in+mathematics ... [[만족,satisfaction]] [[충족,satisfaction]] ... KmsK:만족 )
- 미분방정식,differential_equation . . . . 1 match
recurrence relation 점화관계
- 변량,variate . . . . 1 match
||수치형 ||산점도scatterplot[[br]][[상관계수,correlation_coefficient]] ||박스플롯 boxplot box_plot[[br]]SMD (Naver:SMD+데이터+요약 Ggl:SMD+데이터+요약 ) ||
- 뷰view . . . . 1 match
구체적으로 table([[릴레이션relation]]) 모양은 이런 식.
- 비대칭성,asymmetry . . . . 1 match
[[asymmetric_relation]]
- 사이드,side . . . . 1 match
redir. to WpEn:Relational_operator = https://en.wikipedia.org/wiki/Relational_operator
WtEn:relational_operator
- 성질,property . . . . 1 match
[[closure_property]] - [[closure]] ([[클로저,closure]]) [[closedness]]? - on algebra, ex. DB 관련 algebra: [[관계대수relational_algebra?action=highlight&value=property]]
- 수퍼키super_key . . . . 1 match
* [[릴레이션relation]] 안에는 여러 후보키가 있을 수 있으며, 모든 후보키는 '''슈퍼키'''임.
- 식,expression . . . . 1 match
점화식 recurrence_equation ? - curr. 점화관계. (curr. [[VG:점화식,recurrence_relation]])
- 식별자,identifier . . . . 1 match
Rel. relational_database 에선 이 역할을 하는 게 [[기본키primary_key]].
- 연결성,connectivity . . . . 1 match
MathWorld:AdjacencyRelation .... [[관계,relation]] of [[그래프이론,graph_theory]]
- 정규화normalization . . . . 1 match
Relational DB 설계에서, 중복이 최소화되도록 data를 구조화하는 process.
함수적종속성을 이용해서 연관성이 있는 속성들을 분류하고, 각 [[릴레이션relation]]들에서 이상현상이 생기지 않도록 하는 것이 정규화.
- 집합,set . . . . 1 match
간단한 [[복소평면,complex_plane]]{ '''complex plane, Argand diagram''' https://namu.wiki/w/복소평면 }의 각 [[복소수,complex_number]]들이 간단한 [[recurrence_relation]]을 거쳐 [[발산,divergence]]하는가 [[수렴,convergence]]하는가에 따라 색칠하면 매우 복잡한......? CHK
- 차원,dimension . . . . 1 match
[[arity]] (curr at [[관계,relation]])
- 테이블,table . . . . 1 match
Ggl:table+array+relation+between
- 테이블table . . . . 1 match
[[릴레이션relation]]과 차이점이? 대체로 같은데 혹시 사용처usage나 뉘앙스 차이가 있는지?
- 펑션,function . . . . 1 match
and rel.: [[대응,correspondence]] [[관계,relation]] [[사영,projection]]
- 필터,filter . . . . 1 match
잘라낸 곳과 hadamard product 구하는 것은 convolution이 아니고 autocorrelation이고,
- 함자,functor . . . . 1 match
예를 들어서 [[부등호,inequality_sign]]도 범주론에선 [[관계,relation]]가 존재한다고 보고 이를 사상으로 취급할 수 있다.
- 해석,interpretation . . . . 1 match
[[관계해석relational_calculus]] ...저기선 calculus의 번역에 쓰임.
Found 113 matching pages out of 2387 total pages
You can also click here to search title.