International Journal of Information Technology and Computer Science Applications
https://ejurnal.jejaringppm.org/index.php/jitcsa
<table border="0" width="100%"> <tbody> <tr> <td align="justify" valign="top"><strong>ISSN Print (2964-3139) based on Decree Number 29643139/II.7.4/SK.ISSN/01/2023 dated January 18, 2023;</strong> <p><strong>ISSN Online (2985-5330) based on Decree Number 29855330/II.7.4/SK.ISSN/02/2023 dated February 15, 2023</strong></p> <p><strong>URL : <a href="https://ejurnal.jejaringppm.org/index.php/jitcsa">https://ejurnal.jejaringppm.org/index.php/jitcsa</a></strong></p> <p><strong>The International Journal of Information Technology and Computer Science Applications (IJITCSA)</strong> is an information technology and computer science publication. Applications from both fields for solving real cases are also welcome. The JITCSA accepts research articles, systematic reviews, literature studies, and other relevant ones. The IJITCSA focuses on several fields of science, including information technology and the like and computer science fields such as artificial intelligence, data science, data mining, machine learning, deep learning, and the like. <br /><br />IJITCSA is published three times a year, in January, May, and September. The first issue in January 2023 had eight articles.</p> </td> </tr> </tbody> </table>Jejaring Penelitian dan Pengabdian Masyarakaten-USInternational Journal of Information Technology and Computer Science Applications2964-3139<h1>Attribution 4.0 International</h1> <div id="deed-body"> <h2 id="rights">You are free to:</h2> <ol> <li><strong> Share </strong> — copy and redistribute the material in any medium or format for any purpose, even commercially.</li> <li><strong> Adapt </strong> — remix, transform, and build upon the material for any purpose, even commercially.</li> <li>The licensor cannot revoke these freedoms as long as you follow the license terms.</li> </ol> <h2 id="terms">Under the following terms:</h2> <ol> <li class="cc-by"><strong> Attribution </strong> — You must give <a id="src-appropriate-credit" href="https://creativecommons.org/licenses/by/4.0/#ref-appropriate-credit"> appropriate credit </a> , provide a link to the license, and <a id="src-indicate-changes" href="https://creativecommons.org/licenses/by/4.0/#ref-indicate-changes"> indicate if changes were made </a> . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.</li> <li><strong> No additional restrictions </strong> — You may not apply legal terms or <a id="src-technological-measures" href="https://creativecommons.org/licenses/by/4.0/#ref-technological-measures"> technological measures </a> that legally restrict others from doing anything the license permits.</li> </ol> <h2 class="b-header has-text-black padding-bottom-big padding-top-normal" style="font-weight: bold;">Notices:</h2> <p>You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable <a id="src-exception-or-limitation" href="https://creativecommons.org/licenses/by/4.0/#ref-exception-or-limitation"> exception or limitation </a> .</p> <p>No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as <a id="src-publicity-privacy-or-moral-rights" href="https://creativecommons.org/licenses/by/4.0/#ref-publicity-privacy-or-moral-rights"> publicity, privacy, or moral rights </a> may limit how you use the material.</p> </div>Application of K-Means Clustering in Grouping Customer Preferences for K-Pop Albums And Merchandise
https://ejurnal.jejaringppm.org/index.php/jitcsa/article/view/206
<p>The increasing popularity of K-Pop in Indonesia is particularly in the purchase of physical products. THJMINE Store faces challenges in inventory management and promotional strategies due to the lack of product grouping for albums and merchandise. This study applies the K-Means Clustering algorithm to 110 sales transaction data from July 2022 to January 2025. The method used in this study is the CRISP-DM approach, which consists of the following stages: business understanding, data understanding, data preparation, modeling, and evaluation discussion. The result of the study shows that the K-Means algorithm successfully formed three clusters with customer classification: loyal customers (cluster 0), general customers (cluster 1), and premium or collector customers (cluster 2). The model evaluation results in a DBI score of 0.6342, indicating good cluster quality. These clustering results can help THJMINE Store understand customer segmentation, develop more targeted marketing strategies, and improve inventory management efficiency.</p>Aditiya Dwi cahyoWowon PriatnaAgus Hidayat
Copyright (c) 2026 Aditiya Dwi cahyo, Wowon Priatna, Agus Hidayat
https://creativecommons.org/licenses/by/4.0
2026-05-192026-05-1942839210.58776/ijitcsa.v4i2.206Comparing Holt-Winters Variants Accuracy in Forecasting Indonesia LQ45 Stock Prices
https://ejurnal.jejaringppm.org/index.php/jitcsa/article/view/258
<p>This study applies the Holt–Winters method, an exponential smoothing approach incorporating level, trend, and seasonal components, to compare the predictive accuracy of four variants (multiplicative, additive, OR, and average) of Holt-Winter Method in forecasting stock prices of companies listed in the LQ45 index. The dataset consists of stock prices from 2016–2021 for training and January–February 2022 for testing, with forecasting accuracy evaluated using Mean Absolute Percentage Error (MAPE), visualized through boxplots, and assessed using the nonparametric Kruskal–Wallis test. The Holt–Winters computations were performed using Microsoft Excel, while boxplot visualization and the Kruskal–Wallis test were conducted using the R programming language. The results indicate significant differences in predictive performance among the four methods with p-value = 0.04059 in Kruskal-Wallis test. The Additive Holt–Winters method achieves the best performance with the lowest MAPE, while the multiplicative method performs the worst. Among LQ45 stocks, INDF records the lowest forecasting error (1.6799%), whereas TPIA exhibits the highest (83.0783%). These results suggesting that the additive Holt–Winters method is more suitable for forecasting LQ45 stock prices under the observed conditions</p>Siang Jong JekRaden Gunawan Santosa
Copyright (c) 2026 Siang Jong Jek, Gunawan
https://creativecommons.org/licenses/by/4.0
2026-05-192026-05-19429310310.58776/ijitcsa.v4i2.258 Comparison of Naïve Bayes and K-Nearest Neighbor for Iphone 16 Youtube Sentiment
https://ejurnal.jejaringppm.org/index.php/jitcsa/article/view/210
<p>Sentiment analysis plays an important role in understanding public opinion toward technological products, particularly in the context of social media such as YouTube. This study aims to analyze the sentiment of user comments on an iPhone 16 review video published by the GadgetIn YouTube channel, as well as to compare the performance of the Naïve Bayes and K-Nearest Neighbor classification algorithms. The data were collected through a crawling process, resulting in 2,499 comments, which were then split into training data 80% and testing data 20%. The methodology includes text cleaning, tokenization, normalization, and term weighting using the TF-IDF method. The experimental results show that the Naïve Bayes algorithm achieved an accuracy of 73%, with precision, recall, and F1-score each reaching 72%, outperforming KNN, which only achieved 65% accuracy. Most comments were neutral; positive comments generally focused on design and performance, while negative comments mainly highlighted price and comparisons with other products. These findings indicate that the Naïve Bayes algorithm is more suitable for sentiment analysis of unstructured YouTube comment data.</p>Anisya WulandariWowon PriatnaMuhammad Yasir
Copyright (c) 2026 Anisya Wulandari, Wowon Priatna, Muhammad Yasir
https://creativecommons.org/licenses/by/4.0
2026-06-232026-06-234210411410.58776/ijitcsa.v4i2.210Clustering and Sales Prediction Using K-Means and Simple Linear Regression
https://ejurnal.jejaringppm.org/index.php/jitcsa/article/view/209
<p>CV. Cipta Usaha Selaras faces challenges in identifying customer purchasing patterns and accurately projecting sales values. The importance of this research lies in the company’s need for data-driven marketing strategies and efficient operational planning. This study employs the K-Means algorithm to cluster customers based on purchase frequency and total transaction value, as well as Simple Linear Regression to predict total purchases based on transaction frequency. The data analyzed consists of 358 sales transaction entries from the year 2024. The clustering results reveal three customer segments with distinct characteristics, with a Silhouette Score of 0.7913, indicating good segmentation quality. The regression model produced an equation with a coefficient of determination (R²) of 0.6910, a MAE of IDR 213 million, and a MSE of IDR 206 trillion. These results indicate that the applied approach provides a reasonably representative overview of customer purchasing behavior. This research offers a significant contribution to data-driven decision-making within the company, particularly in the development of marketing strategies and estimation of potential revenue.</p>Tia AuliaWowon Priatna Muhammad Yasir
Copyright (c) 2026 Tia Aulia, Wowon Priatna , Muhammad Yasir
https://creativecommons.org/licenses/by/4.0
2026-06-232026-06-234211512410.58776/ijitcsa.v4i2.209Toward Rigorous Zero-Shot and Few-Shot Benchmarking of Time-Series Foundation Models Under Domain Shift: A Leakage-Aware Benchmark Specification, Governance Framework, and Executable Pilot Instantiation
https://ejurnal.jejaringppm.org/index.php/jitcsa/article/view/254
<p>Time-series foundation models (TSFMs) are increasingly promoted as reusable forecasting systems that can generalize across domains with zero-shot or few-shot adaptation. That claim is scientifically consequential, but current evaluation practice remains under-specified where it matters most target-domain separation, contamination control, adaptation budget definition, shift severity characterization, and aggregation across heterogeneous deployment conditions. This paper reconstructs TSFM benchmarking as a methodological problem rather than a leaderboard problem. We formalize zero-shot and few-shot forecasting under domain shift as conditional risk estimation over governed target distributions; develop a forecasting-specific taxonomy of shift covering temporal regime, entity, resolution, schema, horizon, observation-quality, intervention, and label-formation change; and propose a six-layer benchmark architecture spanning model governance, dataset governance, deterministic shift generation, evaluation tracks, metric tensors, and reporting bundles. The contribution is primarily conceptual, but to avoid a purely rhetorical framework, we also provide an executable pilot instantiation on a public electricity-transformer forecasting setting. Because large-scale TSFM execution was not conducted in this package, the pilot uses lightweight surrogate forecasters to validate the benchmark machinery itself rather than to claim new TSFM state of the art. Even this limited pilot shows that in-domain and cross-domain rankings can diverge sharply, that adaptation gains must be interpreted jointly with cost, and that robustness to observation degradation and calibration cannot be inferred from average point error alone. The paper therefore advances a benchmark doctrine: credible TSFM claims require leakage-aware governance, severity-conditioned analysis, explicit adaptation accounting, and multi-objective reporting that aligns evidence with generalization claims.</p>Ibezimako Chiazagomekpere
Copyright (c) 2026 Ibezimako Chiazagomekpere
https://creativecommons.org/licenses/by/4.0
2026-07-022026-07-024212514010.58776/ijitcsa.v4i2.254Association Pattern Analysis of Production Results Using the Apriori Algorithm
https://ejurnal.jejaringppm.org/index.php/jitcsa/article/view/208
<p><em>This study aims to analyze association patterns in production data at CV. Sinar Agung Teknik using the Apriori algorithm. The company faces challenges in identifying co-produced product relationships, which complicates production pattern recognition. The research adopts the Knowledge Discovery in Databases (KDD) approach, comprising data selection from three months of daily production, data cleaning, transformation into transactional format, application of the Apriori algorithm, and result visualization. Key parameters applied in the mining process include support, confidence, and lift. The analysis was conducted from 1-itemset to 5-itemset combinations to determine product co-occurrence frequencies. The results revealed several significant association rules. One notable rule shows that the production of Karet Membran TT, Panel Pressure Destec, and Plat C Starcam is followed by Join Tuas Starcam and Karet Membran COM, with a confidence of 90% and a lift value of 2.25. A lift greater than 1 indicates a strong correlation among the products. These findings are expected to provide data-driven insights that can support decision-making in warehouse management, inventory control, and the strategic arrangement and retrieval of products</em></p>Zacky Achmad SholehWowon PriatnaMuhammad Yasir
Copyright (c) 2026 Zacky Achmad Sholeh, Wowon Priatna, Muhammad Yasir
https://creativecommons.org/licenses/by/4.0
2026-07-022026-07-024214115310.58776/ijitcsa.v4i2.208