Search Results - (( quality classification tree algorithm ) OR ( java application stemming algorithm ))

Refine Results
  1. 1

    Comparing the knowledge quality in rough classifier and decision tree classifier by Mohamad Mohsin, Mohamad Farhan, Abd Wahab, Mohd Helmy

    Published 2008
    “…This paper presents a comparative study of two rule based classifier; rough set (Rc) and decision tree (DTc).Both techniques apply different approach to perform classification but produce same structure of output with comparable result. …”
    Get full text
    Get full text
    Get full text
    Conference or Workshop Item
  2. 2

    Data mining approach to herbs classification by Ahmad Dali, Adillah Dayana, Omar, Nurul Aswa, Mustapha, Aida

    Published 2018
    “…This research performs identification and classification of herbs based on image capture ad variety of classification algorithms such as an Artificial Neural Network (ANN), K-Nearest Neighbors (IBK), Decision Table (DT) and M5P Tree algorithms. …”
    Get full text
    Get full text
    Get full text
    Article
  3. 3

    Footwear quality evaluation using decision tree and logistic regression models by Tan, Swee Choon

    Published 2022
    “…The objectives of the study are to determine the rank factors that affect the quality of footwear using decision tree methods. Then, various types of decision trees and logistic regression model are developed to gain the best classification model for predicting footwear quality performance. …”
    Get full text
    Get full text
    Thesis
  4. 4

    A Performance Evaluation of Chi-Square Pruning Techniques in Class Association Rules Optimization by Chern-Tong, H., Aziz, I.A.

    Published 2018
    “…To optimize the frequent itemsets based on the support value, in this research, we proposed a new optimization pruning technique to prune decision tree according to the correlation of each decision tree branches using genetic algorithm. …”
    Get full text
    Get full text
    Article
  5. 5

    A Performance Evaluation of Chi-Square Pruning Techniques in Class Association Rules Optimization by Chern-Tong, H., Aziz, I.A.

    Published 2018
    “…To optimize the frequent itemsets based on the support value, in this research, we proposed a new optimization pruning technique to prune decision tree according to the correlation of each decision tree branches using genetic algorithm. …”
    Get full text
    Get full text
    Article
  6. 6

    IMPACT OF NUMBER OF ATTRIBUTES ON THE ACCURACY OF HUMAN MOTION CLASSIFICATION by Chan, Choon K, Girma, T. Chala*

    Published 2018
    “…The impact of the number of attributes on classification accuracy is evaluated via Bayes, Function, Lazy, Meta, Rule and Trees classifier algorithms supported by the WEKA tool. …”
    Get full text
    Get full text
    Article
  7. 7

    Classification of water quality using artificial neural network by Sulaiman, Khadijah

    Published 2020
    “…The ANN produced highly accurate water quality classification. In addition, it is more flexible than existing approaches and can be implemented easily and quickly.…”
    Get full text
    Get full text
    Get full text
    Get full text
    Thesis
  8. 8

    Combining cluster quality index and supervised learning to predict students’ academic performance by Suhaila Zainudin, Rapi’ah Ibrahim, Hafiz Mohd Sarim

    Published 2024
    “…Three classification algorithms have been selected: Logistic Regression (LR), Support Vector Machine (SVM) and Decision Tree (DT). …”
    Get full text
    Get full text
    Get full text
    Article
  9. 9

    New Learning Models for Generating Classification Rules Based on Rough Set Approach by Al Shalabi, Luai Abdel Lateef

    Published 2000
    “…Thus, the challenge is how to develop an efficient model that can decrease the learning time without affecting the quality of the generated classification rules. Huge information systems or data sets usually have some missing values due to unavailable data that affect the quality of the generated classification rules. …”
    Get full text
    Get full text
    Thesis
  10. 10
  11. 11

    Running-Related Injury Classification For Professional Runners by Lingam, Darwineswaran Raja

    Published 2021
    “…This study aims to investigate the qualities of RRI dataset for reliable running-injury classification analysis with WEKA and also to establish an appropriate classification model for RRI in professional runners. …”
    Get full text
    Get full text
    Monograph
  12. 12
  13. 13
  14. 14

    Improvement on rooftop classification of worldview-3 imagery using object-based image analysis by Norman, Masayu

    Published 2019
    “…Then, the classifier (support vector machine (SVM) and data mining (DM) algorithm, decision tree (DT) were applied on each fusion image and their accuracy were evaluated. …”
    Get full text
    Get full text
    Thesis
  15. 15
  16. 16

    Graduates employment classification using data mining approach by Ab Aziz, Mohd Tajul Rizal, Yusof, Yuhanis

    Published 2016
    “…Data Mining is a platform to extract hidden knowledge in a collection of data.This study investigates the suitable classification model to classify graduates employment for one of the MARA Professional College (KPM) in Malaysia.The aim is to classify the graduates into either as employed, unemployed or further study.Five data mining algorithms offered in WEKA were used; Naïve Bayes, Logistic regression, Multilayer perceptron, k-nearest neighbor and Decision tree J48.Based on the obtained result, it is learned that the Logistic regression produces the highest classification accuracy which is at 92.5%. …”
    Get full text
    Get full text
    Get full text
    Conference or Workshop Item
  17. 17
  18. 18

    Artificial intelligence system for pineapple variety classification and its quality evaluation during storage using infrared thermal imaging by Mohd Ali, Maimunah

    Published 2022
    “…Several machine learning algorithms including linear discriminant analysis, quadratic discriminant analysis, k-nearest neighbour, support vector machine, decision tree, and Naïve Bayes were applied for the classification of pineapple varieties. …”
    Get full text
    Get full text
    Thesis
  19. 19

    Data Analysis and Rating Prediction on Google Play Store Using Data-Mining Techniques by Kayalvily, Tabianan, Denis, Arputharaj, Mohd Norshahriel, Abd Rani, Sarasvathi, Nahalingham

    Published 2022
    “…This study aims to predict the ratings of Google Play Store apps using decision trees for classification in machine learning algorithms. …”
    Get full text
    Get full text
    Get full text
    Article
  20. 20

    A comparative study between rough and decision tree classifiers by Mohamad Mohsin, Mohamad Farhan

    Published 2008
    “…Theoretically, a good set of knowledge should provide good accuracy when dealing with new cases.Besides accuracy, a good rule set must also has a minimum number of rules and each rule should be short as possible.It is often that a rule set contains smaller quantity of rules but they usually have more conditions.An ideal model should be able to produces fewer, shorter rule and classify new data with good accuracy.Consequently, the quality and compact knowledge will contribute manager with a good decision model.Because of that, the search for appropriate data mining approach which can provide quality knowledge is important.Rough classifier (RC) and decision tree classifier (DTC) are categorized as RBC.The purpose of this study is to investigate the capability of RC and DTC in generating quality knowledge which leads to the good accuracy.To achieve that, both classifiers are compared based on four measurements that are accuracy of the classification, the number of rule, the length of rule, and the coverage of rule.Five dataset from UCI Machine Learning namely United States Congressional Voting Records, Credit Approval, Wisconsin Diagnostic Breast Cancer, Pima Indians Diabetes Database, and Vehicle Silhouettes are chosen as data experiment.All datasets were mined using RC toolkit namely ROSETTA while C4.5 algorithm in WEKA application was chosen as DTC rule generator.The experimental results indicated that both classifiers produced good classification result and had generated quality rule in different types of model – higher accuracy, fewer rule, shorter rule, and higher coverage.In term of accuracy, RC obtained higher accuracy in average while DTC significantly generated lower number of rule than RC.In term of rule length, RC produced compact and shorter rule than DTC and the length is not significantly different.Meanwhile, RC has better coverage than DTC.Final conclusion can be decided as follows “If the user interested at a variety of rule pattern with a good accuracy and the number of rule is not important, RC is the best solution whereas if the user looks for fewer nr, DTC might be the best choice”…”
    Get full text
    Get full text
    Get full text
    Get full text
    Monograph