The purpose is to classify a given silhouette as one of four types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles.
data(vehicle)
A data frame with 846 rows and 19 variables:
(average perim)**2/area.
(average radius)**2/area.
area/(av.distance from border)**2.
(max.rad-min.rad)/av.radius.
(minor axis)/(major axis).
(length perp. max length)/(max length).
(inertia about minor axis)/(inertia about major axis).
area/(shrink width)**2.
area/(pr.axis length*pr.axis width).
area/(max.length*length perp. to this).
(2nd order moment about minor axis)/area.
(2nd order moment about major axis)/area.
(mavar+mivar)/area.
(3rd order moment about major axis)/sigma_min**3.
(3rd order moment about minor axis)/sigma_maj**3.
(4th order moment about major axis)/sigma_min**4.
(4th order moment about minor axis)/sigma_maj**4.
(area of hollows)/(area of bounding polygon).
4 classes, OPEL, SAAB, BUS, VAN.