cover
Contact Name
Tati Mardiana
Contact Email
jurnal.jri@kresnamediapublisher.com
Phone
-
Journal Mail Official
jurnal.jri@kresnamediapublisher.com
Editorial Address
-
Location
Kota banjar,
Jawa barat
INDONESIA
Jurnal Riset Informatika
Published by KresnaMedia Publisher
ISSN : 26561743     EISSN : 26561735     DOI : -
Core Subject : Science,
Jurnal Riset Informatika, merupakan Jurnal yang diterbitkan oleh Kresnamedia Publisher. Jurnal Riset Informatika, berawal diperuntukan menampung paper-paper ilmiah yang dibuat oleh peneliti dan dosen-dosen program studi Sistem Informasi dan Teknik Informatika.
Arjuna Subject : -
Articles 13 Documents
Search results for , issue "Vol. 4 No. 3 (2022): June 2022" : 13 Documents clear
SENTIMENT ANALYSIS OF THREE-PERIOD POLEMICS USING K-NEAREST NEIGHBOR WITH TF-IDF WEIGHTING Siti Ernawati; Risa Wati
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1114.484 KB) | DOI: 10.34288/jri.v4i3.160

Abstract

The issue of changing the presidential term which was originally 2 periods of government into 3 periods raises pros and cons in the community. Many 3-period hashtags have sprung up on social media twitter. So that conducted research on sentiment analysis of presidential election polemics 3 period. The purpose of the study was to produce the value of classification on the issue of presidential election change discourse into 3 periods using the K-NN method and whether the k-NN method proved to be well used for classifying text in the review of presidential election polemics 3 periods. Dataset totaling 1152 data, data is processed using Python and Jupyter Notebook as a text editor. The data is classified into positive reviews and negative reviews, then the data is divided into training data and test data with a ratio of 90:10. Weighting words using TF-IDF and sentiment classification using K-NN method. From the results of classification using the K-NN method obtained the highest accuracy when the value of k=17 and k = 18 with an accuracy of 85.3%. The results of the analysis of public sentiment to review the issue of discourse on the change of presidential term into 3 periods tend to be negative with a percentage of 21.26% positive sentiment and 78.74% negative sentiment.
EXPERT SYSTEM DEVELOPMENT TO IDENTIFY EMPLOYEE PERSONALITY TYPES USING DEMPSTER SHAFER THEORY Julia Fajaryanti; Rogayah Rogayah
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (798.414 KB) | DOI: 10.34288/jri.v4i3.162

Abstract

Human resources are an essential asset for the company to develop and realize the company's goals. One of the efforts to optimize the capacity of employees is to know their personality. Personality is the form an individual possesses in behaving and all the characteristics that distinguish one individual from another. Understanding employees' personality is essential for the company and the employees themselves. Because by knowing a person's personality, the company can maximize the potential of employees and place certain positions that suit the employee's personality. This study aims to implement the dempster-Shafer theory on an inference engine in building an expert system to identify employee personality types. Dempster-Shafer's approach can perform probability calculations so that evidence can be carried out based on confidence and logical reasoning. The system developed can identify the employee's personality type through the nature or symptoms that exist in the employee. In addition, the system can display the diagnosis results with an explanation of the personality type, its character in work and occupations or positions suitable for that personality type. Based on the results of the accuracy-test obtained from the comparison of expert system diagnoses with the analysis of an expert, the accuracy value reaches 85%.
BANDWIDTH MODELING ON SMART CAMPUS BASED ON ENGINEERING METHOD – STATISTICS Ewi Ismaredah; Hasdi Radiles
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1239.282 KB) | DOI: 10.34288/jri.v4i3.183

Abstract

The importance of generating internet traffic as one of the basic considerations in bandwidth allocation policies between faculties is increasing due to the number of students who complain about connection services on campus. This study proposes internet traffic generation based on the statistical - engineering method. The population is calculated based on class capacity in each faculty, as the main alibi of student attendance on campus where traffic arrivals are generated based on the arrival model through information on possible scheduling variations. Although internet services have different characteristics, they are physically determined by the bitrate and idle mode in the traffic time series. The results show recommendations in three application bitrate categories, namely 200kbps, 400kbps, and 800kbps Traffic Shaping. Keywords: , , ,
COMPARATIVE ANALYSIS OF PATHFINDING ARTIFICIAL INTELLIGENCE USING DIJKSTRA AND A* ALGORITHMS BASED ON RPG MAKER MV Riska Nurtantyo Sarbini; Irdam Ahmad; Romie Oktovianus Bura; Luhut Simbolon
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (931.458 KB) | DOI: 10.34288/jri.v4i3.186

Abstract

In most games, an artificial pathfinding intelligence is required for traversing the fastest discovery. It is essential for many video games, particularly Role Playing Games (RPGs). The algorithm pathfindings implemented in this game are A* and Dijkstra Algorithms. This study aims to test an artificial intelligence system for discovering routes using the A* and Dijkstra algorithms based on RPG Maker MV. The result showed that from the time obtained, in the experiment on eight nodes using the Pathfinding mechanism of A* algorithm has faster result in discovering the nearest route with the time 08:15:23 with format (mm:ss: ms) whereas Dijkstra Algorithm has a 34:47:43 time result. The time record needed represents the distance between the search nodes. It indicates that the multiple weighting in the impassable nodes caused the cost calculation process becomes faster and more efficient.
COMPARISON OF CLASSIFICATION ALGORITHMS FOR ANALYSIS SENTIMENT OF FORMULA E IMPLEMENTATION IN INDONESIA Fachri Amsury; Nanang Ruhyana; Tati Mardiana
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (981.562 KB) | DOI: 10.34288/jri.v4i3.187

Abstract

The Formula E racing series has become one of the world's most prestigious competitions. In 2022, Indonesia hosted the famous Formula E race. The event possesses the potential for economic benefits for Indonesia worth 78 million euros through the arrival of 35,000 spectators. Indonesians are enthusiastic about Formula E since it allows their nation to encourage tourists and gain international prominence. However, some people do not support this event. Since they regard that amid the COVID-19 pandemic, it is preferable for the government to focus on people affected by the pandemic rather than support a Formula E event. This study compares the Support Vector Machine and Naive Bayes algorithms in classifying public opinion in the Formula E race. This study gets its information from user comments on social media platforms, especially Twitter. The stages start with text preprocessing and include cleaning, case folding, tokenization, filtering, and stemming. Proceed with weighting using the TF-IDF approach. Data testing uses a confusion matrix to evaluate the classification results by testing accuracy, precision, and recall. Categorizing public opinion using the SVM algorithm has an accuracy of 82 percent, a precision of 97.86 percent, and a recall of 77.90 percent. On the other hand, the accuracy of the Naive Bayes technique is more limited, at 87.54 percent. Society's opinion on Twitter shows positive sentiment towards implementing Formula E.
IMPLEMENTATION OF K-MEANS ALGORITHM FOR CLUSTERING OF COVID-19 VACCINATION IN EAST JAVA WITH ORANGE Michael Sitorus; Cornelia Antonieta DC; Cyntia Larasati
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (877.827 KB) | DOI: 10.34288/jri.v4i3.188

Abstract

Entering the era of the Covid-19 pandemic, the government has intensively implemented a vaccination program until now. Covid-19 vaccination programs are implemented to strengthen the immune system, reduce the risk of infection, reduce the severe effects of the virus, and achieve herd immunity. In the implementation, the Covid-19 vaccination is regulated by the regional government in each province with a policy that requires vaccinating Covid-19 twice for everyone with specific criteria supported by movements to wear masks, use hand sanitizers, and diligently wash hands and contact tracing of positive cases. This study aims to demographically cluster the implementation of vaccinations in all areas of East Java province in 2021. The method used in conducting this clustering is the K-Means algorithm using tools, namely Orange. From the results of the study, the results of the division or clustering of regions into three clusters were C1 for the area with the lowest vaccination, namely Pasuruan Regency, C2 for the area with moderate vaccination, namely Kediri City, and C3 for the highest vaccination area, namely Surabaya City.
DESIGNING AN INFORMATION SYSTEM SIMULATION OF PSYCHOLOGICAL TEST QUESTIONS USING THE C4.5 METHOD AT THE WEB-BASED HRC LAVANDA PSYCHOLOGY BUREAU Rini Wulandari; Charles Jhony Mantho Sianturi
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1234.622 KB) | DOI: 10.34288/jri.v4i3.190

Abstract

Abstract Psychological tests or psychological tests are a diagnostic effort with specific measuring tools created by psychologists to reveal a picture of a person's potential or to distinguish a person's behaviour from others through particular problems. Not all psychological tests can be easily computerized, and an accounting application can be easily modelled mathematically. At the very least, it must be admitted that at this time, there are very few psychological tests in Indonesia that are well computerized. It will be troublesome if the test is intended for recruitment purposes, especially if the company concerned needs the test results as quickly and accurately as possible. Seeing this background, the author wants to help and provide easy solutions by utilizing the internet media, a field of information and media that is very useful for everyone. The C4.5 method is applied to classify personality test questions, interest aptitude tests, SPM tests, and arithmetic tests to produce accurate calculations for the classification of psychological test questions. With the information system for the psychological test questions using the C4.5 method, it is hoped that the public can more easily access the simulated psychological test questions easily and quickly.
ANALYSIS OF PREFERRED FREIGHT FORWARDING SERVICE USING ANALYTICAL HIERARCHY PROCESS METHOD Surya Kelana Saputra; Anggi Oktaviani; Dahlia Sarkawi; Deny Novianti
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34288/jri.v4i3.161

Abstract

Buyers and sellers who use online transactions for shipping can use two face-to-face shipping methods or delivery services. Everyone needs fast and safe shipping to ensure goods are transported at the right time and place. The interest in dispatch administrations is progressively required. The ongoing portability constraints are compelling many people to purchase online instead of shopping centers. The Analytical Hierarchy Process technique was created in the mid-1970s by Dr. Thomas L. Saaty, a mathematician from the University of Pittsburgh. The Analytical Hierarchy Process is designed to rationally capture people's perceptions closely related to specific problems through procedures designed to arrive at a preference scale among various sets of alternatives. This choice model decays a complex multi-rules issue into a solitary various, leveled structure. From the study results, it can be concluded that J&T has the highest score of 0.345 (34.5%), then JNE with a score of 0.339 (33.9%), SICEPAT with a score of 0.316 (31.6%), so that the most desirable Expedition Service based on data processed from 103 respondents is J&T.
DECISION SUPPORT SYSTEM FOR TOKO ANDA SUPPLIER SELECTION WITH THE SIMPLE ADDITIVE WEIGHTING (SAW) METHOD Ricki Ardiansyah; Maha Rani; Revi Gusriva; Elmi Rahmawati
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34288/jri.v4i3.163

Abstract

Choosing a supplier or supplier is an important factor for running a business because suppliers can affect the availability of goods, quality, and profits from the business. However, the selection of suppliers is a complicated problem in business because of the many alternatives and criteria that are the determining factors in supplier selection and the difficulty of choosing the right supplier with objective criteria in a short time. To assist in the selection of suppliers in Toko Anda, an SPK is built that can help provide the best supplier recommendations from several alternatives based on the selection criteria provided by the shop owner so that the selection of suppliers in Toko Anda can be done quickly using the system and produces an objective supplier choice. In carrying out the decision-making process in this SPK, the method that will be used is SAW. In the calculation process, the SAW method performs a weighted summation of the alternatives against all the criteria that are the reference in determining suppliers. The criteria that determine this decision support system are quality, price, completeness, packaging, warranty, delivery time, service. based on the calculation process using the saw method, the supplier ranking results from several existing alternatives are obtained. The supplier ranking results from this decision support system can be used by Toko Anda owner as a reference in determining the supplier. From the results of the calculation process with SAW, the ranking of Supplier F with the highest value is 22, then Supplier E and Supplier B with a value of 21.4, then Supplier D with a value of 21, then Supplier A with a value of 20.6 and finally Supplier C with a value of 20.4. From this research on making SPK, the SAW method can provide a ranking of suppliers in Toko Anda with an objective and short time.
CLASSIFICATION OF THE POOR IN SUMATERA AND JAVA ISLAND USING NAIVE BAYES ALGORITHM AND NAIVE BAYES ALGORITHM BASED ON PSO Palupi, Endang Sri
Jurnal Riset Informatika Vol. 4 No. 3 (2022): June 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34288/jri.v4i3.164

Abstract

The poverty rate in Indonesia is still quite high, due to the large population and uneven development and economic center. With a large population and an archipelagic country that stretches from west to east, it is not easy for the government to level the economy in order to reduce poverty in Indonesia. This study was conducted to classify the poverty rate in districts on the island of Sumatra and Java using Nave Bayes and Nave Bayes based on Particle Swarm Optimization. Thus, it is hoped that the central government and local governments can monitor the implementation of programs in order to reduce poverty rates, especially in districts with high poverty rates. Based on research conducted on the classification of the poor in districts on the island of Sumatra and Java with confusion matrix testing and validation validation techniques using the Naïve Bayes algorithm, the accuracy rate is 59.75% and AUC 0.768 is included in a good classification. While the results of the classification using the Naïve Bayes algorithm based on Particle Swarm Optimization produces an accuracy rate of 82.93% and AUC of 0.849 is included in a good classification. From the results of this study, it can be said that Al-Qur'an Naïve Bayes is a good technique for classification in data mining, and for maximum results using Particle Swarm Optimization.

Page 1 of 2 | Total Record : 13


Filter by Year

2022 2022


Filter By Issues
All Issue Vol. 8 No. 1 (2025): Desember 2025 Vol. 7 No. 4 (2025): September 2025 Vol. 7 No. 3 (2025): Juni 2025 Vol. 7 No. 2 (2025): Maret 2025 Vol. 7 No. 1 (2024): December 2024 Vol. 6 No. 4 (2024): September 2024 Vol. 6 No. 3 (2024): June 2024 Vol. 6 No. 2 (2024): March 2024 Vol. 6 No. 1 (2023): December 2023 Vol. 5 No. 4 (2023): September 2023 Vol 5 No 3 (2023): Priode of June 2023 Vol. 5 No. 3 (2023): June 2023 Vol. 5 No. 2 (2023): March 2023 Vol 5 No 2 (2023): Priode of March 2023 Vol 5 No 4 (2022): Periode September 2023 Vol. 5 No. 1 (2022): December 2022 Vol 5 No 1 (2022): Priode of December 2022 Vol 4 No 4 (2022): Period of September 2022 Vol. 4 No. 4 (2022): September 2022 Vol. 4 No. 3 (2022): June 2022 Vol 4 No 3 (2022): Period of June 2022 Vol 4 No 2 (2022): Period of March 2022 Vol. 4 No. 2 (2022): March 2022 Vol. 4 No. 1 (2021): December 2021 Vol 4 No 1 (2021): Period of December 2021 Vol. 3 No. 4 (2021): September 2021 Edition Vol 3 No 4 (2021): Period of September 2021 Vol 3 No 3 (2021): Period of June 2021 Vol. 3 No. 3 (2021): June 2021 Edition Vol. 3 No. 2 (2021): March 2021 Edition Vol. 3 No. 1 (2020): December 2020 Edition Vol. 2 No. 4 (2020): Period September 2020 Vol. 2 No. 3 (2020): June 2020 Edition Vol. 2 No. 2 (2020): March 2020 Edition Vol. 2 No. 1 (2019): Periode Desember 2019 Vol 1 No 4 (2019): Periode September 2019 Vol. 1 No. 4 (2019): Periode September 2019 Vol. 1 No. 3 (2019): Periode Juni 2019 Vol 1 No 2 (2019): Periode Maret 2019 Vol. 1 No. 2 (2019): Periode Maret 2019 Vol. 1 No. 1 (2018): Periode Desember 2018 More Issue