Two sets of data are linearly separable if there is a straight line (or hyperplane in higher dimensions) that separates them. In other words there is a linear combination (ai) of the features and a threshold T such that
a1d1 + a2d2 + ... + andn
is less than T for data items (di) in the first datasets and greater than T for the second. In such cases, the hyperplane acts as a classifier.
a1d1 + a2d2 + ... + andn
is less than T for data items (di) in the first datasets and greater than T for the second. In such cases, the hyperplane acts as a classifier.
Used in Chap. 6: page 75; Chap. 7: page 92
Also known as linear separability