Fadhlih Girindra Putra
Universitas Teknologi Digital Indonesia

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

DIGITAL ACTIVITY LOCATION CLUSTERING BASED ON TWITTER GEOSPATIAL DATA FOR SPATIOTEMPORAL BUSINESS INTELLIGENCE Triyan Agung Laksono; Widyastuti Andriyani; Fadhlih Girindra Putra; Ivonia Fatima Ruas da silva; Wiwi widayani
Journal of Intelligent Software Systems Vol 4, No 1 (2025): Juli 2025
Publisher : LPPM UTDI (d.h STMIK AKAKOM) Yogyakarta

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26798/jiss.v4i1.2005

Abstract

This research develops an approach for clustering digital activity locations based on Twitter geospatial data with the aim of supporting business intelligence spatiotemporal . By utilizing the Twitter Geospatial Data dataset containing more than 14 million tweets geo-tagged from the United States, this study implements and compares the DBSCAN and K- Means algorithms to identify spatial and temporal patterns of Twitter user activity. The research process begins with the data pre -processing stage using the Knowledge Discovery Database (KDD), followed by the implementation of the clustering algorithm , and ending with the integration of the results into the dashboard.business intelligence using Power BI . The results show that DBSCAN is able to detect irregular clusters that follow geographic patterns and population density, while K- Means produces a division of the region into three main clusters (West Coast, Central Region, and East Coast) with different temporal activity patterns. Integration of clustering results into a BI dashboard produces actionable business insights , such as identification of digital activity hotspots , optimal time for content delivery, geographic segmentation for marketing strategies, and temporal activity patterns for campaign scheduling. This research contributes to the development of an integrated spatiotemporal analysis pipeline to support data-driven decision making.
LACM-Tree: Exact Similarity Search via Learning-Enhanced Clustered Metric Trees with Distance-Table Compression Techniques Ali Impron; Linda Sutriani; Adi Kusjani; Agung Wilis Nurcahyo; Fadhlih Girindra Putra; Muhammad Haries
Journal of Intelligent Software Systems Vol 5, No 1 (2026): July 2026
Publisher : LPPM UTDI (d.h STMIK AKAKOM) Yogyakarta

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26798/jiss.v5i1.2816

Abstract

Unmanned aerial vehicle (UAV)-based agricultural and forestry monitoring generates large volumes of imagery, creating a need for efficient similarity search over the high-dimensional embeddings produced by deep learning models. Classical metric indexing methods such as the M-tree, Slim-tree, and the Clustered Metric Tree (CM-tree) provide exact search with support for dynamic operations, but their performance degrades in high dimensions because the quadratic size of the pairwise distance table erodes the effective node capacity. This paper identifies distance-table compression as the key enabler for extending the CM-tree to high-dimensional embeddings. The core contribution is the Compressed Distance Table (CDT): 8-bit quantization of the pairwise distance table combined with an error-margin pruning rule that provably preserves result completeness (Theorem 1). Under an iso-memory configuration in which the per-node table budget is held constant, CDT halves the total distance-table footprint and reduces node accesses by up to 53% at n = 20,000 (and 61% on skewed data) while maintaining recall of exactly 1.000, verified by an auditing protocol that found zero unsafe prunings across more than 24,000 quantized pruning decisions. Three lighter-weight extensions—cost-oriented pivot selection (LPS), density-adaptive splitting (DAS), and multi-pivot bound tightening (MBT)—are evaluated in a controlled component-wise ablation that serves as a diagnostic study of learning-augmented metric trees. The ablation shows that these components are not additive: DAS in particular degrades performance through split-induced fragmentation, and the mechanism of this negative interaction is analyzed in detail. All results are obtained from a complete open prototype with directly measured distance computations and node accesses, on datasets up to 20,000 objects and 256 dimensions. The findings position distance-table compression—rather than learned heuristics—as the most robust path toward exact, dynamic, memory-efficient metric indexing for embedding workloads.