Wednesday, April 25, 2012

Scoring functions have to be linear

As pointed out by one of the students, the scoring functions need to be defined by linear arithmetic expressions to guarantee monotonicity.
So they are of the form

c1* A1+....cn*An

where c1,...cn are positive integer coefficients.

A*B where A and B are attributes is not part of the query language.

--jc

Project #2 extra credit dataset

Please consult the course webpage for a real-world (NBA) dataset that you can use in your experiments.
The instructions are also there.

--jc

Wednesday, April 18, 2012

Tuesday, April 10, 2012

the penalty of late submission

As some of you might concern, the penalty of late submission is as follow:
Late submissions will be scored using a graded approach:
Less than 1 day late: reduce the score by 15%
For each additional day, up to 3 days: reduce the score by further 15%
More than 3 days late: not accepted.


It's a good idea if you submit the unfinished version in time and then submit another version. We will give you the maximum grade for the first one and then add credits for second one with the penalty.


Zhouhan