DATE OUTLOOK TEMPERATURE HUMIDITY WIND PLAYS? 02/13/00 mostly sunny 47 25 strong no 03/10/00 mostly cloudy 66 57 weak yes 06/28/00 cloudy 91 75 medium yes 07/12/00 sunny 82 27 strong no 08/30/00 rainy 76 80 weak no 09/23/00 drizzle 66 70 weak yes 11/24/00 sunny 52 60 medium no 12/19/00 mostly sunny 41 30 strong no 01/12/01 cloudy 36 40 ?? no 04/13/01 mostly cloudy 57 40 weak yes 05/20/01 mostly sunny 68 50 medium yes 06/28/01 drizzle 73 20 weak yes 07/06/01 sunny 95 85 weak no 08/20/01 rainy 91 60 weak yes 09/01/01 mostly sunny 80 10 medium no 10/23/01 mostly cloudy 52 44 weak no
[mean - (k+1)*sd, mean - k*sd) for all integer values k, i.e. k = ..., -4, -3, -2, -1, 0, 1, 2, ...Assume that the mean of the attribute HUMIDITY above is 48 and that the standard deviation sd of this attribute is 22.5. Discretize HUMIDITY using this new approach. Show your work.
The following table contains training examples that help a robot janitor predict whether or not an office contains a recycling bin.
STATUS | DEPT. | OFFICE SIZE | RECYCLING BIN? | |
1. | faculty | ee | large | no |
2. | staff | ee | small | no |
3. | faculty | cs | medium | yes |
4. | student | ee | large | yes |
5. | staff | cs | medium | no |
6. | faculty | cs | large | yes |
7. | student | ee | small | yes |
8. | staff | cs | medium | no |
M.W. Berry, Z. Drmac, and E.R. Jessup. "Matrices, Vector Spaces, and Information Retrieval" SIAM Reviews. Vol. 41, No. 2, pp. 335-362.which was distributed in class. Given the SVD of the specific matrix A into 3 matrices U, Sigma, and V shown on page 349 of the paper, answer the following questions. Explain your answers.
R. Agrawal, C. Faloutsos and A. Swami. "Efficient Similarity Search in Sequence Databases Foundations of Data Organization and Algorithms". (FODO) Conference, Oct. 1993, Evanston, Illinois, Oct. 13-15, 1993.that was distributed in class and that is available online at http://www-2.cs.cmu.edu/~christos/cpub.html (see item 22 under Refereed Conferences). Answer the following questions about this paper: