Publication Search

76,956 articles from 728 journals · 2,111 citations tracked

Showing 1-5 of 5

Analytics

Bintang, Bagus; Triantoro, Ery; Wibowo, Arief

Dinamik 2026 Universitas Stikubank

Infectious diseases remain a dynamic and evolving public health threat, requiring data-driven approaches for early detection and targeted policy planning. This study aims to model spatio-temporal trends and clustering patterns of HIV transmission in Bogor Regency during the period 2020–2023 by utilizing a combination of unsupervised and supervised machine learning techniques. The dataset was obtained from the Bogor Regency Health Office and includes annual data on the number of HIV cases across 40 sub-districts. The research methodology consists of data preprocessing stages, clustering using the K-Means algorithm, and classification using a Decision Tree model. The preprocessing steps include data integration, attribute selection, temporal aggregation, handling of missing data, and normalization using Z-score. K-Means clustering is applied to identify hidden patterns in the development of HIV cases, resulting in three distinct clusters based on multi-year trends. The resulting cluster labels are then used as target classes in the supervised classification process. The Decision Tree classification model demonstrates high accuracy in predicting cluster membership, indicating a strong relationship between the temporal patterns of HIV cases and cluster identity. The integration of clustering and classification techniques provides a robust analytical framework for understanding the dynamics of HIV transmission, while also supporting the formulation of more precise, evidence-based, and region-specific public health interventions.

Khadafi, Muhammad; Yudhistira, Aditia

Dinamik 2026 Universitas Stikubank

Crime, an unlawful act that contradicts ethics and norms, has now become a primary factor for the police in Lampung province. This presents a challenge for the police institution in predicting high crime rates. However, there are still many crimes that have not become the main focus of problem-solving at the Lampung Regional Police.This research aims to identify the types and criminal acts of crime with the highest recorded incidence in a crime dataset by performing classification using the Naïve Bayes algorithm. The data was obtained from investigators at the Directorate of General Criminal Investigation of the Lampung Regional Police, with a total of 12,034 JTP (Total Criminal Acts) and 7,518 PTP (Crime Resolution) data points for each type of crime, distributed across the Regional Police, City Police, and District Police throughout Lampung province. The classification process using the Naïve Bayes algorithm reveals the relationship between the work unit (Satker) and the type of crime handled, thereby identifying crime patterns based on the location where they are handled. The results of the research, which involved converting numerical data into binomial (binary) form using the "Numerical to Binominal" feature in Rapid miner, show that the analysis and modeling process, especially in algorithms like Naïve Bayes or decision trees, is more effective when using data in a binary format. Thus, the initial dataset can be visualized in the form of a , with the size of the text varying according to the level of each high-incidence crime; the larger the text, the more frequently or significantly the crime occurred or was reported. The application of this method can help in identifying patterns, dominant trends, and areas of focus for more targeted law enforcement efforts or crime prevention policies.

Siahaan, Maherni; Panjaitan, Sabina; Purba, Agnes Alvionita; Cahya, Mutiara; Simarmata, Allwin M.

Dinamik 2026 Universitas Stikubank

Aritmia merupakan gangguan irama jantung yang umum terjadi pada lansia dan dapat menimbulkan risiko kesehatan serius jika tidak terdeteksi secara dini. Penelitian yang dilakukan bertujuan untuk mengidentifikasi aritmia pada lansia menggunakan algortima K- Nearest Neighbor (KNN) berdasarkan data elektrokardiogram (EKG). Data yang digunakan berjumlah 105 data EKG lansia yang diperoleh dalam format CSV. Proses awal melibatkan pembersihan dan normalisasi data menggunakan metode StandardScaler, serta pelabelan awal menggunakan algoritma K-Means Clustering untuk mengelompokkan data ke dalam dua kelas: Normal dan Sangat Berpotensi Aritmia. Data kemudian dibagi menjadi 70% data latih dan 30% data uji dengan metode stratified split untuk menjaga proporsi label. Model KNN dilatih dengan parameter k = 3, dan dievaluasi menggunakan confusion matrix serta classification report. Hasil pengujian menunjukkan akurasi model sebesar 97% dengan nilai precision dan recall yang tinggi pada kedua kelas. Hasil ini menunjukkan bahwa algoritma KNN efektif dalam mengklasifikasikan kondisi aritmia pada lansia dan memiliki potensi untuk diterapkan dalam sistem pendukung diagnosis berbasis data EKG.

Wahjuningsih, Tri Pudji; Setiawan, Tri Agus; Ilyas, Agus; Subagyo, Ahmad

Dinamik 2026 Universitas Stikubank

Credit scoring is an important element in decision-making for providing financing, especially for microfinance institutions. Several methods for predicting credit scoring include Decession Tree, Gradient Boosted, Neural Network, K-NN, and Rule Induction. This study aims to improve the accuracy of financing risk prediction by efficiently integrating historical data. The Neural Network (NN) algorithm is a machine learning algorithm consisting of neurons (nodes) connected to each other in several layers (input, hidden, and output). NN is used for pattern recognition, classification, regression, and complex non-linear modeling. The NN algorithm has the advantage of working well on large and diverse data and unstructured data. However, the NN algorithm has weaknesses such as overfitting and data dependence. In this study, the integration of the Sample Bootstrapping and Weighted Principal Component Analysis (PCA) methods is proposed to improve optimal accuracy in the NN algorithm. The Sample Bootstrapping method is used to reduce the amount of training data to be processed. The Weighted PCA method is used to reduce attributes. This study uses a financing customer dataset. The results of the study show that the integration of the NN algorithm with Sample Bootstrapping and Weighted PCA resulted in an accuracy increase of 1-3% (97%-99%) compared to other algorithms. Therefore, it can be concluded that the integration of the NN algorithm with Sample Bootstrapping and Weighted PCA produces better accuracy than other algorithms

Eniyati, Sri; Noor Santi, Rina Candra; Yulianton, Heribertus; Sunardi, Sunardi; Sulastri, Sulastri +1 more

Dinamik 2025 Universitas Stikubank

This study aims to analyze and compare the performance of the Naive Bayes, K-Nearest Neighbors (KNN), and Decision Tree algorithms in predicting the purchase intention of e-commerce visitors using the Online Shoppers Purchasing Intention Dataset, which consists of 12,330 records and 18 variables, with the Revenue variable serving as the classification target. The preprocessing stage involved transforming categorical and boolean variables into numerical form, standardizing features using StandardScaler, and splitting the dataset into 80 percent training data and 20 percent testing data. Model evaluation was conducted using accuracy, precision, recall, F1-score, and ROC-AUC metrics, and was further strengthened by 10-fold cross-validation to obtain more stable results. The findings indicate that KNN achieved the highest accuracy of 0.866180, while Naive Bayes produced the highest recall value of 0.690998 and the highest ROC-AUC value of 0.821696. Meanwhile, Decision Tree demonstrated relatively balanced performance with an accuracy of 0.857259 and an F1-score of 0.571776, whereas the cross-validation results identified KNN as the model with the highest average accuracy of 0.8770. These findings suggest that the selection of a classification model for purchase intention prediction cannot rely solely on a single evaluation metric, as each algorithm possesses different strengths. Therefore, a comparative approach among algorithms can help determine the most suitable model for supporting consumer behavior analysis on e-commerce platforms.