This directory consists of code and data required to perform classification of data using Linear Discriminant Analysis. data/ - consists of three cases of data (data points) report/ - consists of report for this homework src/ - consists of matlab code for LDA lda_class_ind.m - matlab code for class independent type lda_class_spec.m - matlab code for class dependent type