WEKA Lab Questions Answers Corrected
WEKA Lab Questions Answers Corrected
Aim:
Procedure:
Sample Output:
Before Preprocessing:
+-----------+--------------+
+-----------+--------------+
| Age | 10% |
| Salary | 5% |
+-----------+--------------+
After Preprocessing:
+-----------+--------------+
+-----------+--------------+
| Age | 0% |
| Salary | 0% |
+-----------+--------------+
Result:
2. Create scatterplots and histograms using visualize option to detect outliers in WEKA
Aim:
Procedure:
Sample Output:
Scatterplot:
Histogram:
Result:
Procedure:
Sample Output:
Confusion Matrix:
+-------+--------+--------+--------+
+-------+--------+--------+--------+
| Setosa| 50 | 0 | 0 |
| Vers. | 0 | 48 | 2 |
| Vir. | 0 | 1 | 49 |
+-------+--------+--------+--------+
Accuracy:
96.67%
Result: