6 ALTERNATIVE CLASSIFICATION TECHNIQUE
classify record by using a collection of “if…then..” rules.
Rule-Based Classifier
These rules are ranked according to their priority.
Ordered Rule Set
an ordered rule set is known as this.
Decision List
2 RULE ORDERING SCHEMES
an ordering scheme where individual rules are ranked based on their quality.
Rule-based Ordering
an ordering scheme where rules that belong to the same class appear together.
Class-based Ordering
fractions of records that justify the antecedent of a rule.
Coverage of a Rule
fraction of records that satisfy both the antecedent and consequent of a rule.
Accuracy of a Rule
2 Characteristic of Rule-Based Classifier
2 Effect of Rule Simplification:
5 Advantages of Rule-Based Classifier
are lazy learners, it does not build model explicitly, needs to store all training data, and classifying unknown records are expensive.
Nearest Neighbor Classifier
3 Requirements for Nearest Neighbor Classifier
3 Ways to Identify Unknown Values in Nearest Neighbor Classifier
1.Compute distance to other records
is robust to isolated noise points, handles missing valued by ignoring instance during probability estimate calculation, and robust to irrelevant attributes.
Naïve Bayes Classifier
involves learning the weights of the neurons.
Artificial Neural Networks
Algorithm for learning Artificial Neural Networks (3):
uses a hyperplane (decision boundary) to separate the data.
Support Vector Machines
In SVM, means it is more robust and is less expected to generalization error.
Larger Margins
2 Methods for Ensemble Method
3 Advantages of Ensemble Method
What is the general idea of Ensemble Method
3 Examples of Ensemble Method