🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Hierarchical Clustering

Unsupervised learning method that organizes data into a hierarchy of nested clusters, generally represented by a binary tree called a dendrogram.

📖
용어

Dendrogram

Tree-like graphical representation of the cluster hierarchy, where each node represents a cluster merge and the height indicates the distance at which this merge occurred.

📖
용어

Single Linkage

Merging criterion where the distance between two clusters is defined as the minimum distance between all pairs of points from the two clusters, favoring chain-like clusters.

📖
용어

Complete Linkage

Agglomeration method using the maximum distance between points of two different clusters, tending to create compact and spherical clusters.

📖
용어

Average Linkage

Linkage criterion calculating the average distance between all pairs of objects belonging to two distinct clusters, offering a compromise between single and complete linkage.

📖
용어

Ward's Linkage

Agglomeration method that minimizes the increase in within-cluster variance at each merge, typically producing clusters of relatively equal size and spherical shape.

📖
용어

Linkage Matrix

Upper triangular data structure storing the distances between clusters at each step of the hierarchical algorithm, essential for computational optimization.

📖
용어

Cophenetic Correlation Coefficient

Metric measuring the correlation between the original distances between pairs of objects and their cophenetic distances in the dendrogram, evaluating the quality of the clustering.

📖
용어

Cophenetic Distance

Distance between two objects defined as the height of the first node in the dendrogram where these objects are grouped in the same cluster.

📖
용어

Agglomerative Clustering

Bottom-up approach of hierarchical clustering where each observation starts as an individual cluster and progressively merges until forming a single cluster containing all data.

📖
용어

Divisive Clustering

Top-down strategy starting with a single cluster containing all observations and recursively dividing clusters until each observation forms its own cluster.

📖
용어

Stopping Criterion

Set of conditions defining when the hierarchical clustering process should stop, generally based on a predefined number of clusters or a distance threshold.

📖
용어

Agglomerative Clustering

Variant of hierarchical clustering using a bottom-up approach where the closest clusters are iteratively merged according to a specified distance criterion.

📖
용어

Monotonicity

Property of hierarchical linkage methods ensuring that fusion distances are non-decreasing, essential to avoid inversions in the dendrogram.

📖
용어

Linkage Space

Metric space induced by a specific linkage method, defining how distances between clusters are calculated and influencing the final clustering structure.

🔍

결과를 찾을 수 없습니다