This data set was generated to model psychological experimental results. Each example is classified as having the balance scale tip to the right, tip to the left, or be balanced. The attributes are the left weight, the left distance, the right weight, and the right distance. The correct way to find the class is the greater of (left-distance x left-weight) and (right-distance x right-weight). If they are equal, it is balanced.
data(balance)
A data frame with 625 rows and 4 variables:
Left-Weight, one of 1, 2, 3, 4, or 5
Left-Distance, one of 1, 2, 3, 4, or 5
Right-Weight, one of 1, 2, 3, 4, or 5
Right-Distance, one of 1, 2, 3, 4, or 5
Class Name: one of L, B or R)