1. What can be used to assess the goodness of a split?
When constructing a tree, measures such as statistical significance, information gain, gini index, and so on, can be used to assess the goodness of a split.
read more
2. What are the contributions in this paper?
In this paper, the authors compare different classification and prediction methods, including backpropagation, decision tree induction, and training Bayesian belief networks.
read more
3. What can be done to speed up the classification time?
Parallel implementation can reduce the running time to a constant, that is O(1), which is independent of |D|. Other techniques to speed up classification time include the use of partial distance calculations and editing the stored tuples.
read more
4. What is the main goal of the research regarding SVMs?
A major research goal regarding SVMs is to improve the speed in training and testing so that SVMs may become a more feasible option for very large data sets (e.g., of millions of support vectors).
read more


![Figure 6.4: Three possibilities for partitioning tuples based on the splitting criterion, shown with examples. Let A be the splitting attribute. (a) If A is discrete-valued then one branch is grown for each known value of A. (b) If A is continuous-valued then two branches are grown, corresponding to A ≤ split point and A > split point. (c) If A is discrete-valued and a binary tree must be produced then the test is of the form A ∈ SA, where SA is the splitting subset for A. [to editor The symbol ∈ somehow is not appearing in A ∈ SA. Please fix! Also, two lines from part (a) show up on screen but not in printout. Please check. Thanks!]](/figures/figure-6-4-three-possibilities-for-partitioning-tuples-based-1m65di9f.png)
![Figure 6.26: Plot of the data in Table 6.7 for Example 6.11. Although the points do not fall on a straight line, the overall pattern suggests a linear relationship between x (years experience) and y (salary). [to editor Italicize years experience and salary. Change vertical axis to read “salary (in 1000s)”, i.e., add“s”after“1000” to match heading in associated table.]](/figures/figure-6-26-plot-of-the-data-in-table-6-7-for-example-6-11-1q3kegle.png)

