🏠 Beranda
Benchmark
📊 Semua Benchmark 🦖 Dinosaurus v1 🦖 Dinosaurus v2 ✅ Aplikasi To-Do List 🎨 Halaman Bebas Kreatif 🎯 FSACB - Showcase Utama 🌍 Benchmark Terjemahan
Model
🏆 Top 10 Model 🆓 Model Gratis 📋 Semua Model ⚙️ Kilo Code
Sumber Daya
💬 Perpustakaan Prompt 📖 Glosarium AI 🔗 Tautan Berguna

Glosarium AI

Kamus lengkap Kecerdasan Buatan

162
kategori
2.032
subkategori
23.060
istilah
📖
istilah

DBSCAN

Density-based clustering algorithm that groups sufficiently close points while marking isolated points in low-density regions as outliers.

📖
istilah

Epsilon (ε)

Parameter defining the neighborhood radius around a point to determine if it belongs to a cluster, directly influencing clustering granularity.

📖
istilah

MinPts

Threshold parameter defining the minimum number of points required in the ε-neighborhood for a point to be considered a core point.

📖
istilah

Core Point

Central point of a cluster having at least MinPts points in its ε-neighborhood, serving as an anchor point to form dense clusters.

📖
istilah

Border Point

Point located at the periphery of a cluster, not having enough neighbors to be a core point but being reachable from a core point.

📖
istilah

Noise Point

Point not belonging to any cluster as it is neither a core point nor reachable from a core point, often considered an anomaly.

📖
istilah

ε-Neighborhood

Set of points located at a distance less than or equal to ε from a given point, forming the basis of density calculation in DBSCAN.

📖
istilah

Directly Density-Reachable

Relation where a point q is directly reachable from a core point p if q is in the ε-neighborhood of p.

📖
istilah

Density-reachable

Transitive relation where a point is reachable from a core point through a chain of density-directly reachable points.

📖
istilah

Density-connected

Symmetric relation where two points are connected if there exists a common core point from which they are both density-reachable.

📖
istilah

OPTICS

Algorithm extending DBSCAN that produces a density-based clustering order, allowing extraction of clusters with varying densities.

📖
istilah

HDBSCAN

Hierarchical variant of DBSCAN that builds a hierarchy of clusters with varying densities and automatically selects stable clusters.

📖
istilah

R-tree index

Spatial indexing data structure optimizing neighbor search within ε radius, significantly accelerating DBSCAN on large datasets.

📖
istilah

Curse of Dimensionality

Phenomenon where distance measure loses its meaning in high-dimensional spaces, affecting the performance of density-based algorithms.

📖
istilah

Silhouette Score

Evaluation metric measuring intra-cluster cohesion and inter-cluster separation, used to optimize ε and MinPts parameters.

📖
istilah

Arbitrary-shaped clusters

Major advantage of DBSCAN allowing detection of non-convex and complex-shaped clusters, unlike algorithms like K-means.

📖
istilah

Anomaly Detection

Natural application of DBSCAN where points identified as noise correspond to anomalies or outliers in the data.

📖
istilah

Spatial Partitioning

Process of dividing the data space into regions based on density, the foundation of how DBSCAN and similar algorithms work.

📖
istilah

Neighborhood Graph

Graphical representation where nodes are points and edges connect points in the ε-neighborhood, used to visualize density structure.

📖
istilah

Reachability Distance

Modified distance used in OPTICS and HDBSCAN that takes into account local density to order points based on their accessibility.

📖
istilah

Core Distance

Minimum distance required for a point to become a core point, calculated as the distance to the MinPts-th nearest neighbor.

🔍

Tidak ada hasil ditemukan