front |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 |16 |17 |18 |19 |20 |21 |22 |23 |24 |25 |26 |27 |28 |29 |30 |31 |32 |review |
Cubist supposes
existence of a sample of cases where each case is described by: number of attributes, so called predictors, doesn’t matter if they are qualitative or quantitative values, and one class which is quantitative value (continuous values). Problem is: Find ‘knowledge’ describing relationship between attributes and class, something like: IF (attribute1 is less-equal-greater-then v1 and …attributen is less-equal-greater-then vn) THEN (class is a function-linear-regression of attributes) |