├── .gitignore ├── README ├── assignment_2 ├── HW2.tar.gz ├── entropy_detection │ └── entropy_detection.py ├── submission │ ├── README.txt │ ├── p1 │ │ └── p1.pdf │ ├── p2 │ │ ├── README.txt │ │ ├── analysis.txt │ │ ├── bin │ │ │ ├── bio_entropy.R │ │ │ ├── extractFeatures.m │ │ │ └── touch_biometrics.py │ │ ├── cor.csv │ │ └── weights.csv │ └── p3 │ │ ├── analysis.pdf │ │ └── bin │ │ ├── log.py │ │ └── server-log.txt ├── touch_biometrics │ ├── README.txt │ ├── analysis.txt │ ├── bio_entropy.R │ ├── data │ │ ├── data.csv │ │ └── readme_data.txt │ ├── extractFeatures.m │ ├── features │ │ ├── featMat.csv │ │ ├── featureString.txt │ │ ├── new_features.csv │ │ └── readme_features.txt │ ├── results │ │ ├── cor.csv │ │ ├── results.txt │ │ └── weights.csv │ └── touch_biometrics.py └── true_false │ └── p1.txt ├── assignment_3 ├── forensic_challenge │ ├── answers.txt │ └── secretrendezvous.docx ├── small_project_presentation │ ├── p2.pdf │ ├── presentation │ │ ├── defs.tex │ │ ├── figures │ │ │ ├── aggregate_attack.png │ │ │ ├── attack_delay.png │ │ │ ├── content_sniff_flow.png │ │ │ ├── correlation_coeff_def.png │ │ │ ├── correlation_def.png │ │ │ ├── flow.png │ │ │ ├── gen_flash_crowds.png │ │ │ ├── insider_detect_flow.png │ │ │ ├── insider_vs_outsider.png │ │ │ ├── traffic_comp.png │ │ │ └── world_cup.png │ │ ├── presentation.pdf │ │ └── presentation.tex │ └── problem2.docx └── spread_the_bots │ ├── block_the_bots │ ├── c_c.py │ ├── irc_worm.c │ ├── mal_script │ └── necessary_for_chess ├── assignment_4 └── submission │ ├── p1 │ └── answers.txt │ ├── p2 │ ├── part1 │ │ ├── README │ │ └── bin │ │ │ ├── c_c.py │ │ │ ├── irc_worm.c │ │ │ └── mal_script │ └── part2 │ │ ├── README │ │ └── bin │ │ └── block_the_bots │ └── p3 │ └── answers.txt └── eigenface_anomaly_detection ├── P2_answers_and_README.txt ├── P2_eigenvalue_contribution.pdf ├── Problem3.py ├── Problem_1.lyx ├── ROC_P2.pdf ├── TODO ├── answer.csv ├── cs259dHW1.tar.gz ├── csvs ├── User1FV.csv └── User2FV.csv ├── dec_test_output.txt ├── ec.txt ├── eigenface.py ├── hw1 ├── KeyboardData.csv ├── KeyboardTestData.csv ├── User1 ├── User10 ├── User11 ├── User12 ├── User13 ├── User14 ├── User15 ├── User16 ├── User17 ├── User18 ├── User19 ├── User2 ├── User20 ├── User21 ├── User22 ├── User23 ├── User24 ├── User25 ├── User26 ├── User27 ├── User28 ├── User29 ├── User3 ├── User30 ├── User31 ├── User32 ├── User33 ├── User34 ├── User35 ├── User36 ├── User37 ├── User38 ├── User39 ├── User4 ├── User40 ├── User41 ├── User42 ├── User43 ├── User44 ├── User45 ├── User46 ├── User47 ├── User48 ├── User49 ├── User5 ├── User50 ├── User6 ├── User7 ├── User8 ├── User9 └── reference.txt ├── k_output.txt ├── ngram_test_output.txt ├── ngram_test_output_final.txt ├── ngram_test_output_param.txt ├── ngram_test_output_param2.txt ├── rates ├── 21_0.txt ├── 21_1.txt ├── 21_10.txt ├── 21_11.txt ├── 21_12.txt ├── 21_13.txt ├── 21_14.txt ├── 21_15.txt ├── 21_16.txt ├── 21_17.txt ├── 21_18.txt ├── 21_19.txt ├── 21_2.txt ├── 21_20.txt ├── 21_21.txt ├── 21_22.txt ├── 21_23.txt ├── 21_24.txt ├── 21_25.txt ├── 21_26.txt ├── 21_27.txt ├── 21_28.txt ├── 21_29.txt ├── 21_3.txt ├── 21_30.txt ├── 21_31.txt ├── 21_32.txt ├── 21_33.txt ├── 21_34.txt ├── 21_35.txt ├── 21_36.txt ├── 21_37.txt ├── 21_38.txt ├── 21_39.txt ├── 21_4.txt ├── 21_40.txt ├── 21_41.txt ├── 21_42.txt ├── 21_43.txt ├── 21_44.txt ├── 21_45.txt ├── 21_46.txt ├── 21_47.txt ├── 21_48.txt ├── 21_49.txt ├── 21_5.txt ├── 21_50.txt ├── 21_51.txt ├── 21_52.txt ├── 21_53.txt ├── 21_54.txt ├── 21_55.txt ├── 21_56.txt ├── 21_57.txt ├── 21_58.txt ├── 21_59.txt ├── 21_6.txt ├── 21_60.txt ├── 21_61.txt ├── 21_62.txt ├── 21_63.txt ├── 21_64.txt ├── 21_65.txt ├── 21_66.txt ├── 21_67.txt ├── 21_68.txt ├── 21_69.txt ├── 21_7.txt ├── 21_70.txt ├── 21_71.txt ├── 21_72.txt ├── 21_73.txt ├── 21_74.txt ├── 21_75.txt ├── 21_76.txt ├── 21_77.txt ├── 21_78.txt ├── 21_79.txt ├── 21_8.txt ├── 21_80.txt ├── 21_81.txt ├── 21_82.txt ├── 21_83.txt ├── 21_84.txt ├── 21_85.txt ├── 21_86.txt ├── 21_87.txt ├── 21_88.txt ├── 21_89.txt ├── 21_9.txt ├── 21_90.txt ├── 21_91.txt ├── 21_92.txt ├── 21_93.txt ├── 21_94.txt ├── 21_95.txt ├── 21_96.txt ├── 21_97.txt ├── 21_98.txt ├── 21_99.txt ├── overall_0.txt ├── overall_1.txt ├── overall_10.txt ├── overall_11.txt ├── overall_12.txt ├── overall_13.txt ├── overall_14.txt ├── overall_15.txt ├── overall_16.txt ├── overall_17.txt ├── overall_18.txt ├── overall_19.txt ├── overall_2.txt ├── overall_20.txt ├── overall_21.txt ├── overall_22.txt ├── overall_23.txt ├── overall_24.txt ├── overall_25.txt ├── overall_26.txt ├── overall_27.txt ├── overall_28.txt ├── overall_29.txt ├── overall_3.txt ├── overall_30.txt ├── overall_31.txt ├── overall_32.txt ├── overall_33.txt ├── overall_34.txt ├── overall_35.txt ├── overall_36.txt ├── overall_37.txt ├── overall_38.txt ├── overall_39.txt ├── overall_4.txt ├── overall_40.txt ├── overall_41.txt ├── overall_42.txt ├── overall_43.txt ├── overall_44.txt ├── overall_45.txt ├── overall_46.txt ├── overall_47.txt ├── overall_48.txt ├── overall_49.txt ├── overall_5.txt ├── overall_50.txt ├── overall_51.txt ├── overall_52.txt ├── overall_53.txt ├── overall_54.txt ├── overall_55.txt ├── overall_56.txt ├── overall_57.txt ├── overall_58.txt ├── overall_59.txt ├── overall_6.txt ├── overall_60.txt ├── overall_61.txt ├── overall_62.txt ├── overall_63.txt ├── overall_64.txt ├── overall_65.txt ├── overall_66.txt ├── overall_67.txt ├── overall_68.txt ├── overall_69.txt ├── overall_7.txt ├── overall_70.txt ├── overall_71.txt ├── overall_72.txt ├── overall_73.txt ├── overall_74.txt ├── overall_75.txt ├── overall_76.txt ├── overall_77.txt ├── overall_78.txt ├── overall_79.txt ├── overall_8.txt ├── overall_80.txt ├── overall_81.txt ├── overall_82.txt ├── overall_83.txt ├── overall_84.txt ├── overall_85.txt ├── overall_86.txt ├── overall_87.txt ├── overall_88.txt ├── overall_89.txt ├── overall_9.txt ├── overall_90.txt ├── overall_91.txt ├── overall_92.txt ├── overall_93.txt ├── overall_94.txt ├── overall_95.txt ├── overall_96.txt ├── overall_97.txt ├── overall_98.txt ├── overall_99.txt ├── pred_0.txt ├── pred_1.txt ├── pred_10.txt ├── pred_11.txt ├── pred_12.txt ├── pred_13.txt ├── pred_14.txt ├── pred_15.txt ├── pred_16.txt ├── pred_17.txt ├── pred_18.txt ├── pred_19.txt ├── pred_2.txt ├── pred_20.txt ├── pred_21.txt ├── pred_22.txt ├── pred_23.txt ├── pred_24.txt ├── pred_25.txt ├── pred_26.txt ├── pred_27.txt ├── pred_28.txt ├── pred_29.txt ├── pred_3.txt ├── pred_30.txt ├── pred_31.txt ├── pred_32.txt ├── pred_33.txt ├── pred_34.txt ├── pred_35.txt ├── pred_36.txt ├── pred_37.txt ├── pred_38.txt ├── pred_39.txt ├── pred_4.txt ├── pred_40.txt ├── pred_41.txt ├── pred_42.txt ├── pred_43.txt ├── pred_44.txt ├── pred_45.txt ├── pred_46.txt ├── pred_47.txt ├── pred_48.txt ├── pred_49.txt ├── pred_5.txt ├── pred_50.txt ├── pred_51.txt ├── pred_52.txt ├── pred_53.txt ├── pred_54.txt ├── pred_55.txt ├── pred_56.txt ├── pred_57.txt ├── pred_58.txt ├── pred_59.txt ├── pred_6.txt ├── pred_60.txt ├── pred_61.txt ├── pred_62.txt ├── pred_63.txt ├── pred_64.txt ├── pred_65.txt ├── pred_66.txt ├── pred_67.txt ├── pred_68.txt ├── pred_69.txt ├── pred_7.txt ├── pred_70.txt ├── pred_71.txt ├── pred_72.txt ├── pred_73.txt ├── pred_74.txt ├── pred_75.txt ├── pred_76.txt ├── pred_77.txt ├── pred_78.txt ├── pred_79.txt ├── pred_8.txt ├── pred_80.txt ├── pred_81.txt ├── pred_82.txt ├── pred_83.txt ├── pred_84.txt ├── pred_85.txt ├── pred_86.txt ├── pred_87.txt ├── pred_88.txt ├── pred_89.txt ├── pred_9.txt ├── pred_90.txt ├── pred_91.txt ├── pred_92.txt ├── pred_93.txt ├── pred_94.txt ├── pred_95.txt ├── pred_96.txt ├── pred_97.txt ├── pred_98.txt ├── pred_99.txt ├── rates_0.txt ├── rates_1.txt ├── rates_10.txt ├── rates_11.txt ├── rates_12.txt ├── rates_13.txt ├── rates_14.txt ├── rates_15.txt ├── rates_16.txt ├── rates_17.txt ├── rates_18.txt ├── rates_19.txt ├── rates_2.txt ├── rates_20.txt ├── rates_21.txt ├── rates_22.txt ├── rates_23.txt ├── rates_24.txt ├── rates_25.txt ├── rates_26.txt ├── rates_27.txt ├── rates_28.txt ├── rates_29.txt ├── rates_3.txt ├── rates_30.txt ├── rates_31.txt ├── rates_32.txt ├── rates_33.txt ├── rates_34.txt ├── rates_35.txt ├── rates_36.txt ├── rates_37.txt ├── rates_38.txt ├── rates_39.txt ├── rates_4.txt ├── rates_40.txt ├── rates_41.txt ├── rates_42.txt ├── rates_43.txt ├── rates_44.txt ├── rates_45.txt ├── rates_46.txt ├── rates_47.txt ├── rates_48.txt ├── rates_49.txt ├── rates_5.txt ├── rates_50.txt ├── rates_51.txt ├── rates_52.txt ├── rates_53.txt ├── rates_54.txt ├── rates_55.txt ├── rates_56.txt ├── rates_57.txt ├── rates_58.txt ├── rates_59.txt ├── rates_6.txt ├── rates_60.txt ├── rates_61.txt ├── rates_62.txt ├── rates_63.txt ├── rates_64.txt ├── rates_65.txt ├── rates_66.txt ├── rates_67.txt ├── rates_68.txt ├── rates_69.txt ├── rates_7.txt ├── rates_70.txt ├── rates_71.txt ├── rates_72.txt ├── rates_73.txt ├── rates_74.txt ├── rates_75.txt ├── rates_76.txt ├── rates_77.txt ├── rates_78.txt ├── rates_79.txt ├── rates_8.txt ├── rates_80.txt ├── rates_81.txt ├── rates_82.txt ├── rates_83.txt ├── rates_84.txt ├── rates_85.txt ├── rates_86.txt ├── rates_87.txt ├── rates_88.txt ├── rates_89.txt ├── rates_9.txt ├── rates_90.txt ├── rates_91.txt ├── rates_92.txt ├── rates_93.txt ├── rates_94.txt ├── rates_95.txt ├── rates_96.txt ├── rates_97.txt ├── rates_98.txt └── rates_99.txt ├── submission ├── README.txt ├── p1 │ └── answers.pdf ├── p2 │ ├── ROC.pdf │ ├── answers.txt │ ├── bin │ │ ├── README.txt │ │ ├── eigenface.py │ │ └── hw1 │ │ │ ├── User1 │ │ │ ├── User10 │ │ │ ├── User11 │ │ │ ├── User12 │ │ │ ├── User13 │ │ │ ├── User14 │ │ │ ├── User15 │ │ │ ├── User16 │ │ │ ├── User17 │ │ │ ├── User18 │ │ │ ├── User19 │ │ │ ├── User2 │ │ │ ├── User20 │ │ │ ├── User21 │ │ │ ├── User22 │ │ │ ├── User23 │ │ │ ├── User24 │ │ │ ├── User25 │ │ │ ├── User26 │ │ │ ├── User27 │ │ │ ├── User28 │ │ │ ├── User29 │ │ │ ├── User3 │ │ │ ├── User30 │ │ │ ├── User31 │ │ │ ├── User32 │ │ │ ├── User33 │ │ │ ├── User34 │ │ │ ├── User35 │ │ │ ├── User36 │ │ │ ├── User37 │ │ │ ├── User38 │ │ │ ├── User39 │ │ │ ├── User4 │ │ │ ├── User40 │ │ │ ├── User41 │ │ │ ├── User42 │ │ │ ├── User43 │ │ │ ├── User44 │ │ │ ├── User45 │ │ │ ├── User46 │ │ │ ├── User47 │ │ │ ├── User48 │ │ │ ├── User49 │ │ │ ├── User5 │ │ │ ├── User50 │ │ │ ├── User6 │ │ │ ├── User7 │ │ │ ├── User8 │ │ │ ├── User9 │ │ │ └── reference.txt │ ├── eigenvalue_contribution.pdf │ ├── rates │ │ ├── 21_0.txt │ │ ├── 21_1.txt │ │ ├── 21_10.txt │ │ ├── 21_11.txt │ │ ├── 21_12.txt │ │ ├── 21_13.txt │ │ ├── 21_14.txt │ │ ├── 21_15.txt │ │ ├── 21_16.txt │ │ ├── 21_17.txt │ │ ├── 21_18.txt │ │ ├── 21_19.txt │ │ ├── 21_2.txt │ │ ├── 21_20.txt │ │ ├── 21_21.txt │ │ ├── 21_22.txt │ │ ├── 21_23.txt │ │ ├── 21_24.txt │ │ ├── 21_25.txt │ │ ├── 21_26.txt │ │ ├── 21_27.txt │ │ ├── 21_28.txt │ │ ├── 21_29.txt │ │ ├── 21_3.txt │ │ ├── 21_30.txt │ │ ├── 21_31.txt │ │ ├── 21_32.txt │ │ ├── 21_33.txt │ │ ├── 21_34.txt │ │ ├── 21_35.txt │ │ ├── 21_36.txt │ │ ├── 21_37.txt │ │ ├── 21_38.txt │ │ ├── 21_39.txt │ │ ├── 21_4.txt │ │ ├── 21_40.txt │ │ ├── 21_41.txt │ │ ├── 21_42.txt │ │ ├── 21_43.txt │ │ ├── 21_44.txt │ │ ├── 21_45.txt │ │ ├── 21_46.txt │ │ ├── 21_47.txt │ │ ├── 21_48.txt │ │ ├── 21_49.txt │ │ ├── 21_5.txt │ │ ├── 21_50.txt │ │ ├── 21_51.txt │ │ ├── 21_52.txt │ │ ├── 21_53.txt │ │ ├── 21_54.txt │ │ ├── 21_55.txt │ │ ├── 21_56.txt │ │ ├── 21_57.txt │ │ ├── 21_58.txt │ │ ├── 21_59.txt │ │ ├── 21_6.txt │ │ ├── 21_60.txt │ │ ├── 21_61.txt │ │ ├── 21_62.txt │ │ ├── 21_63.txt │ │ ├── 21_64.txt │ │ ├── 21_65.txt │ │ ├── 21_66.txt │ │ ├── 21_67.txt │ │ ├── 21_68.txt │ │ ├── 21_69.txt │ │ ├── 21_7.txt │ │ ├── 21_70.txt │ │ ├── 21_71.txt │ │ ├── 21_72.txt │ │ ├── 21_73.txt │ │ ├── 21_74.txt │ │ ├── 21_75.txt │ │ ├── 21_76.txt │ │ ├── 21_77.txt │ │ ├── 21_78.txt │ │ ├── 21_79.txt │ │ ├── 21_8.txt │ │ ├── 21_80.txt │ │ ├── 21_81.txt │ │ ├── 21_82.txt │ │ ├── 21_83.txt │ │ ├── 21_84.txt │ │ ├── 21_85.txt │ │ ├── 21_86.txt │ │ ├── 21_87.txt │ │ ├── 21_88.txt │ │ ├── 21_89.txt │ │ ├── 21_9.txt │ │ ├── 21_90.txt │ │ ├── 21_91.txt │ │ ├── 21_92.txt │ │ ├── 21_93.txt │ │ ├── 21_94.txt │ │ ├── 21_95.txt │ │ ├── 21_96.txt │ │ ├── 21_97.txt │ │ ├── 21_98.txt │ │ ├── 21_99.txt │ │ ├── overall_0.txt │ │ ├── overall_1.txt │ │ ├── overall_10.txt │ │ ├── overall_11.txt │ │ ├── overall_12.txt │ │ ├── overall_13.txt │ │ ├── overall_14.txt │ │ ├── overall_15.txt │ │ ├── overall_16.txt │ │ ├── overall_17.txt │ │ ├── overall_18.txt │ │ ├── overall_19.txt │ │ ├── overall_2.txt │ │ ├── overall_20.txt │ │ ├── overall_21.txt │ │ ├── overall_22.txt │ │ ├── overall_23.txt │ │ ├── overall_24.txt │ │ ├── overall_25.txt │ │ ├── overall_26.txt │ │ ├── overall_27.txt │ │ ├── overall_28.txt │ │ ├── overall_29.txt │ │ ├── overall_3.txt │ │ ├── overall_30.txt │ │ ├── overall_31.txt │ │ ├── overall_32.txt │ │ ├── overall_33.txt │ │ ├── overall_34.txt │ │ ├── overall_35.txt │ │ ├── overall_36.txt │ │ ├── overall_37.txt │ │ ├── overall_38.txt │ │ ├── overall_39.txt │ │ ├── overall_4.txt │ │ ├── overall_40.txt │ │ ├── overall_41.txt │ │ ├── overall_42.txt │ │ ├── overall_43.txt │ │ ├── overall_44.txt │ │ ├── overall_45.txt │ │ ├── overall_46.txt │ │ ├── overall_47.txt │ │ ├── overall_48.txt │ │ ├── overall_49.txt │ │ ├── overall_5.txt │ │ ├── overall_50.txt │ │ ├── overall_51.txt │ │ ├── overall_52.txt │ │ ├── overall_53.txt │ │ ├── overall_54.txt │ │ ├── overall_55.txt │ │ ├── overall_56.txt │ │ ├── overall_57.txt │ │ ├── overall_58.txt │ │ ├── overall_59.txt │ │ ├── overall_6.txt │ │ ├── overall_60.txt │ │ ├── overall_61.txt │ │ ├── overall_62.txt │ │ ├── overall_63.txt │ │ ├── overall_64.txt │ │ ├── overall_65.txt │ │ ├── overall_66.txt │ │ ├── overall_67.txt │ │ ├── overall_68.txt │ │ ├── overall_69.txt │ │ ├── overall_7.txt │ │ ├── overall_70.txt │ │ ├── overall_71.txt │ │ ├── overall_72.txt │ │ ├── overall_73.txt │ │ ├── overall_74.txt │ │ ├── overall_75.txt │ │ ├── overall_76.txt │ │ ├── overall_77.txt │ │ ├── overall_78.txt │ │ ├── overall_79.txt │ │ ├── overall_8.txt │ │ ├── overall_80.txt │ │ ├── overall_81.txt │ │ ├── overall_82.txt │ │ ├── overall_83.txt │ │ ├── overall_84.txt │ │ ├── overall_85.txt │ │ ├── overall_86.txt │ │ ├── overall_87.txt │ │ ├── overall_88.txt │ │ ├── overall_89.txt │ │ ├── overall_9.txt │ │ ├── overall_90.txt │ │ ├── overall_91.txt │ │ ├── overall_92.txt │ │ ├── overall_93.txt │ │ ├── overall_94.txt │ │ ├── overall_95.txt │ │ ├── overall_96.txt │ │ ├── overall_97.txt │ │ ├── overall_98.txt │ │ ├── overall_99.txt │ │ ├── pred_0.txt │ │ ├── pred_1.txt │ │ ├── pred_10.txt │ │ ├── pred_11.txt │ │ ├── pred_12.txt │ │ ├── pred_13.txt │ │ ├── pred_14.txt │ │ ├── pred_15.txt │ │ ├── pred_16.txt │ │ ├── pred_17.txt │ │ ├── pred_18.txt │ │ ├── pred_19.txt │ │ ├── pred_2.txt │ │ ├── pred_20.txt │ │ ├── pred_21.txt │ │ ├── pred_22.txt │ │ ├── pred_23.txt │ │ ├── pred_24.txt │ │ ├── pred_25.txt │ │ ├── pred_26.txt │ │ ├── pred_27.txt │ │ ├── pred_28.txt │ │ ├── pred_29.txt │ │ ├── pred_3.txt │ │ ├── pred_30.txt │ │ ├── pred_31.txt │ │ ├── pred_32.txt │ │ ├── pred_33.txt │ │ ├── pred_34.txt │ │ ├── pred_35.txt │ │ ├── pred_36.txt │ │ ├── pred_37.txt │ │ ├── pred_38.txt │ │ ├── pred_39.txt │ │ ├── pred_4.txt │ │ ├── pred_40.txt │ │ ├── pred_41.txt │ │ ├── pred_42.txt │ │ ├── pred_43.txt │ │ ├── pred_44.txt │ │ ├── pred_45.txt │ │ ├── pred_46.txt │ │ ├── pred_47.txt │ │ ├── pred_48.txt │ │ ├── pred_49.txt │ │ ├── pred_5.txt │ │ ├── pred_50.txt │ │ ├── pred_51.txt │ │ ├── pred_52.txt │ │ ├── pred_53.txt │ │ ├── pred_54.txt │ │ ├── pred_55.txt │ │ ├── pred_56.txt │ │ ├── pred_57.txt │ │ ├── pred_58.txt │ │ ├── pred_59.txt │ │ ├── pred_6.txt │ │ ├── pred_60.txt │ │ ├── pred_61.txt │ │ ├── pred_62.txt │ │ ├── pred_63.txt │ │ ├── pred_64.txt │ │ ├── pred_65.txt │ │ ├── pred_66.txt │ │ ├── pred_67.txt │ │ ├── pred_68.txt │ │ ├── pred_69.txt │ │ ├── pred_7.txt │ │ ├── pred_70.txt │ │ ├── pred_71.txt │ │ ├── pred_72.txt │ │ ├── pred_73.txt │ │ ├── pred_74.txt │ │ ├── pred_75.txt │ │ ├── pred_76.txt │ │ ├── pred_77.txt │ │ ├── pred_78.txt │ │ ├── pred_79.txt │ │ ├── pred_8.txt │ │ ├── pred_80.txt │ │ ├── pred_81.txt │ │ ├── pred_82.txt │ │ ├── pred_83.txt │ │ ├── pred_84.txt │ │ ├── pred_85.txt │ │ ├── pred_86.txt │ │ ├── pred_87.txt │ │ ├── pred_88.txt │ │ ├── pred_89.txt │ │ ├── pred_9.txt │ │ ├── pred_90.txt │ │ ├── pred_91.txt │ │ ├── pred_92.txt │ │ ├── pred_93.txt │ │ ├── pred_94.txt │ │ ├── pred_95.txt │ │ ├── pred_96.txt │ │ ├── pred_97.txt │ │ ├── pred_98.txt │ │ ├── pred_99.txt │ │ ├── rates_0.txt │ │ ├── rates_1.txt │ │ ├── rates_10.txt │ │ ├── rates_11.txt │ │ ├── rates_12.txt │ │ ├── rates_13.txt │ │ ├── rates_14.txt │ │ ├── rates_15.txt │ │ ├── rates_16.txt │ │ ├── rates_17.txt │ │ ├── rates_18.txt │ │ ├── rates_19.txt │ │ ├── rates_2.txt │ │ ├── rates_20.txt │ │ ├── rates_21.txt │ │ ├── rates_22.txt │ │ ├── rates_23.txt │ │ ├── rates_24.txt │ │ ├── rates_25.txt │ │ ├── rates_26.txt │ │ ├── rates_27.txt │ │ ├── rates_28.txt │ │ ├── rates_29.txt │ │ ├── rates_3.txt │ │ ├── rates_30.txt │ │ ├── rates_31.txt │ │ ├── rates_32.txt │ │ ├── rates_33.txt │ │ ├── rates_34.txt │ │ ├── rates_35.txt │ │ ├── rates_36.txt │ │ ├── rates_37.txt │ │ ├── rates_38.txt │ │ ├── rates_39.txt │ │ ├── rates_4.txt │ │ ├── rates_40.txt │ │ ├── rates_41.txt │ │ ├── rates_42.txt │ │ ├── rates_43.txt │ │ ├── rates_44.txt │ │ ├── rates_45.txt │ │ ├── rates_46.txt │ │ ├── rates_47.txt │ │ ├── rates_48.txt │ │ ├── rates_49.txt │ │ ├── rates_5.txt │ │ ├── rates_50.txt │ │ ├── rates_51.txt │ │ ├── rates_52.txt │ │ ├── rates_53.txt │ │ ├── rates_54.txt │ │ ├── rates_55.txt │ │ ├── rates_56.txt │ │ ├── rates_57.txt │ │ ├── rates_58.txt │ │ ├── rates_59.txt │ │ ├── rates_6.txt │ │ ├── rates_60.txt │ │ ├── rates_61.txt │ │ ├── rates_62.txt │ │ ├── rates_63.txt │ │ ├── rates_64.txt │ │ ├── rates_65.txt │ │ ├── rates_66.txt │ │ ├── rates_67.txt │ │ ├── rates_68.txt │ │ ├── rates_69.txt │ │ ├── rates_7.txt │ │ ├── rates_70.txt │ │ ├── rates_71.txt │ │ ├── rates_72.txt │ │ ├── rates_73.txt │ │ ├── rates_74.txt │ │ ├── rates_75.txt │ │ ├── rates_76.txt │ │ ├── rates_77.txt │ │ ├── rates_78.txt │ │ ├── rates_79.txt │ │ ├── rates_8.txt │ │ ├── rates_80.txt │ │ ├── rates_81.txt │ │ ├── rates_82.txt │ │ ├── rates_83.txt │ │ ├── rates_84.txt │ │ ├── rates_85.txt │ │ ├── rates_86.txt │ │ ├── rates_87.txt │ │ ├── rates_88.txt │ │ ├── rates_89.txt │ │ ├── rates_9.txt │ │ ├── rates_90.txt │ │ ├── rates_91.txt │ │ ├── rates_92.txt │ │ ├── rates_93.txt │ │ ├── rates_94.txt │ │ ├── rates_95.txt │ │ ├── rates_96.txt │ │ ├── rates_97.txt │ │ ├── rates_98.txt │ │ └── rates_99.txt │ ├── user1FV.csv │ ├── user21.csv │ └── user2FV.csv └── p3 │ ├── README.txt │ ├── answer.csv │ ├── bin │ ├── Problem3.py │ ├── README.txt │ └── hw1 │ │ ├── KeyboardData.csv │ │ └── KeyboardTestData.csv │ └── ec.txt └── test.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/.gitignore -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assignment_2/HW2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/HW2.tar.gz -------------------------------------------------------------------------------- /assignment_2/entropy_detection/entropy_detection.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assignment_2/submission/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/README.txt -------------------------------------------------------------------------------- /assignment_2/submission/p1/p1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p1/p1.pdf -------------------------------------------------------------------------------- /assignment_2/submission/p2/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/README.txt -------------------------------------------------------------------------------- /assignment_2/submission/p2/analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/analysis.txt -------------------------------------------------------------------------------- /assignment_2/submission/p2/bin/bio_entropy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/bin/bio_entropy.R -------------------------------------------------------------------------------- /assignment_2/submission/p2/bin/extractFeatures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/bin/extractFeatures.m -------------------------------------------------------------------------------- /assignment_2/submission/p2/bin/touch_biometrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/bin/touch_biometrics.py -------------------------------------------------------------------------------- /assignment_2/submission/p2/cor.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/cor.csv -------------------------------------------------------------------------------- /assignment_2/submission/p2/weights.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p2/weights.csv -------------------------------------------------------------------------------- /assignment_2/submission/p3/analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p3/analysis.pdf -------------------------------------------------------------------------------- /assignment_2/submission/p3/bin/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p3/bin/log.py -------------------------------------------------------------------------------- /assignment_2/submission/p3/bin/server-log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/submission/p3/bin/server-log.txt -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/README.txt -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/analysis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/analysis.txt -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/bio_entropy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/bio_entropy.R -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/data/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/data/data.csv -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/data/readme_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/data/readme_data.txt -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/extractFeatures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/extractFeatures.m -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/features/featMat.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/features/featMat.csv -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/features/featureString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/features/featureString.txt -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/features/new_features.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/features/new_features.csv -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/features/readme_features.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/features/readme_features.txt -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/results/cor.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/results/cor.csv -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/results/results.txt: -------------------------------------------------------------------------------- 1 | UserID, Features, F1, Precision, Recall, k (kNN hyperparameter) 2 | -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/results/weights.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/results/weights.csv -------------------------------------------------------------------------------- /assignment_2/touch_biometrics/touch_biometrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_2/touch_biometrics/touch_biometrics.py -------------------------------------------------------------------------------- /assignment_2/true_false/p1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assignment_3/forensic_challenge/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/forensic_challenge/answers.txt -------------------------------------------------------------------------------- /assignment_3/forensic_challenge/secretrendezvous.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/forensic_challenge/secretrendezvous.docx -------------------------------------------------------------------------------- /assignment_3/small_project_presentation/p2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/small_project_presentation/p2.pdf -------------------------------------------------------------------------------- /assignment_3/small_project_presentation/problem2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/small_project_presentation/problem2.docx -------------------------------------------------------------------------------- /assignment_3/spread_the_bots/block_the_bots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/spread_the_bots/block_the_bots -------------------------------------------------------------------------------- /assignment_3/spread_the_bots/c_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/spread_the_bots/c_c.py -------------------------------------------------------------------------------- /assignment_3/spread_the_bots/irc_worm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/spread_the_bots/irc_worm.c -------------------------------------------------------------------------------- /assignment_3/spread_the_bots/mal_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/spread_the_bots/mal_script -------------------------------------------------------------------------------- /assignment_3/spread_the_bots/necessary_for_chess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_3/spread_the_bots/necessary_for_chess -------------------------------------------------------------------------------- /assignment_4/submission/p1/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p1/answers.txt -------------------------------------------------------------------------------- /assignment_4/submission/p2/part1/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p2/part1/README -------------------------------------------------------------------------------- /assignment_4/submission/p2/part1/bin/c_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p2/part1/bin/c_c.py -------------------------------------------------------------------------------- /assignment_4/submission/p2/part1/bin/irc_worm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p2/part1/bin/irc_worm.c -------------------------------------------------------------------------------- /assignment_4/submission/p2/part1/bin/mal_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p2/part1/bin/mal_script -------------------------------------------------------------------------------- /assignment_4/submission/p2/part2/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p2/part2/README -------------------------------------------------------------------------------- /assignment_4/submission/p2/part2/bin/block_the_bots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p2/part2/bin/block_the_bots -------------------------------------------------------------------------------- /assignment_4/submission/p3/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/assignment_4/submission/p3/answers.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/P2_answers_and_README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/P2_answers_and_README.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/P2_eigenvalue_contribution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/P2_eigenvalue_contribution.pdf -------------------------------------------------------------------------------- /eigenface_anomaly_detection/Problem3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/Problem3.py -------------------------------------------------------------------------------- /eigenface_anomaly_detection/Problem_1.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/Problem_1.lyx -------------------------------------------------------------------------------- /eigenface_anomaly_detection/ROC_P2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/ROC_P2.pdf -------------------------------------------------------------------------------- /eigenface_anomaly_detection/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/TODO -------------------------------------------------------------------------------- /eigenface_anomaly_detection/answer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/answer.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/cs259dHW1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/cs259dHW1.tar.gz -------------------------------------------------------------------------------- /eigenface_anomaly_detection/csvs/User1FV.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/csvs/User1FV.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/csvs/User2FV.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/csvs/User2FV.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/dec_test_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/dec_test_output.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/ec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/ec.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/eigenface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/eigenface.py -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/KeyboardData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/KeyboardData.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/KeyboardTestData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/KeyboardTestData.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User1 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User10 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User11 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User12 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User13 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User14 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User15 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User16 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User17 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User18 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User19 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User2 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User20 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User21 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User22 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User23 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User24 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User25 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User26 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User27 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User28 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User29 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User3 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User30 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User31 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User32 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User33 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User34 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User35 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User36 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User37 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User38 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User39: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User39 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User4 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User40 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User41 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User42 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User43 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User44 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User45 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User46: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User46 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User47: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User47 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User48 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User49: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User49 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User5 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User50 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User6 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User7 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User8 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/User9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/User9 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/hw1/reference.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/hw1/reference.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/k_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/k_output.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/ngram_test_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/ngram_test_output.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/ngram_test_output_final.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/ngram_test_output_final.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/ngram_test_output_param.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/ngram_test_output_param.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/ngram_test_output_param2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/ngram_test_output_param2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_0.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_1.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_10.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_11.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_12.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_13.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_14.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_15.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_16.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_17.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_18.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_19.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_20.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_21.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_22.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_23.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_24.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_25.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_26.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_27.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_28.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_29.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_3.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_30.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_31.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_32.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_33.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_34.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_35.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_36.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_37.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_38.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_39.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_4.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_40.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_41.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_42.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_43.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_44.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_45.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_46.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_47.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_48.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_49.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_5.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_50.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_51.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_52.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_53.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_54.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_55.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_56.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_57.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_58.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_59.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_6.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_60.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_61.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_62.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_63.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_64.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_65.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_66.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_67.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_68.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_69.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_7.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_70.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_71.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_72.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_73.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_74.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_75.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_76.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_77.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_78.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_79.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_8.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_80.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_81.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_82.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_83.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_84.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_85.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_86.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_87.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_88.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_89.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_9.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_90.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_91.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_92.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_93.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_94.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_95.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_96.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_97.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_98.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/21_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/21_99.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_0.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_1.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_10.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_11.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_12.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_13.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_14.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_15.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_16.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_17.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_18.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_19.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_20.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_21.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_22.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_23.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_24.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_25.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_26.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_27.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_28.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_29.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_3.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_30.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_31.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_32.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_33.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_34.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_35.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_36.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_37.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_38.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_39.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_4.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_40.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_41.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_42.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_43.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_44.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_45.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_46.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_47.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_48.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_49.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_5.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_50.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_51.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_52.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_53.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_54.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_55.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_56.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_57.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_58.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_59.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_6.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_60.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_61.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_62.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_63.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_64.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_65.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_66.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_67.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_68.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_69.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_7.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_70.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_71.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_72.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_73.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_74.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_75.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_76.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_77.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_78.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_79.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_8.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_80.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_81.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_82.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_83.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_84.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_85.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_86.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_87.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_88.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_89.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_9.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_90.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_91.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_92.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_93.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_94.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_95.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_96.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_97.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_98.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/overall_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/overall_99.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_0.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_1.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_10.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_11.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_12.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_13.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_14.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_15.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_16.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_17.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_18.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_19.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_20.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_21.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_22.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_23.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_24.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_25.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_26.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_27.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_28.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_29.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_3.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_30.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_31.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_32.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_33.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_34.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_35.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_36.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_37.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_38.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_39.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_4.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_40.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_41.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_42.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_43.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_44.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_45.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_46.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_47.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_48.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_49.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_5.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_50.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_51.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_52.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_53.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_54.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_55.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_56.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_57.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_58.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_59.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_6.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_60.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_61.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_62.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_63.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_64.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_65.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_66.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_67.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_68.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_69.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_7.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_70.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_71.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_72.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_73.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_74.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_75.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_76.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_77.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_78.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_79.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_8.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_80.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_81.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_82.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_83.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_84.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_85.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_86.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_87.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_88.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_89.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_9.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_90.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_91.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_92.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_93.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_94.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_95.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_96.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_97.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_98.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/pred_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/pred_99.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_0.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_1.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_10.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_11.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_12.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_13.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_14.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_15.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_16.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_17.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_18.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_19.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_20.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_21.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_22.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_23.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_24.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_25.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_26.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_27.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_28.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_29.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_3.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_30.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_31.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_32.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_33.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_34.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_35.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_36.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_37.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_38.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_39.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_4.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_40.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_41.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_42.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_43.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_44.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_45.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_46.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_47.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_48.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_49.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_5.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_50.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_51.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_52.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_53.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_54.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_55.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_56.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_57.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_58.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_59.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_6.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_60.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_61.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_62.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_63.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_64.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_65.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_66.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_67.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_68.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_69.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_7.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_70.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_71.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_72.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_73.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_74.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_75.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_76.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_77.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_78.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_79.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_8.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_80.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_81.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_82.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_83.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_84.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_85.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_86.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_87.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_88.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_89.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_9.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_90.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_91.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_92.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_93.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_94.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_95.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_96.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_97.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_98.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/rates/rates_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/rates/rates_99.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/README.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p1/answers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p1/answers.pdf -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/ROC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/ROC.pdf -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/answers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/answers.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/README.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/eigenface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/eigenface.py -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User1 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User10 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User11 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User12 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User13 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User14 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User15 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User16 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User17 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User18 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User19 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User2 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User20 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User21 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User22 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User23 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User24 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User25 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User26 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User27 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User28 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User29 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User3 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User30 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User31 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User32 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User33 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User34 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User35 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User36 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User37 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User38 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User39: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User39 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User4 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User40 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User41 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User42 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User43 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User44 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User45 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User46: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User46 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User47: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User47 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User48 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User49: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User49 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User5 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User50 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User6 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User7 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User8 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/bin/hw1/User9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/bin/hw1/User9 -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_0.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_1.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_10.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_11.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_12.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_13.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_14.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_15.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_16.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_17.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_18.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_19.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_20.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_21.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_22.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_23.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_24.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_25.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_26.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_27.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_28.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_29.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_3.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_30.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_31.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_32.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_33.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_34.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_35.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_36.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_37.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_38.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_39.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_4.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_40.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_41.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_42.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_43.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_44.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_45.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_46.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_47.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_48.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_49.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_5.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_50.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_51.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_52.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_53.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_54.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_55.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_56.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_57.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_58.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_59.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_6.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_60.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_61.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_62.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_63.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_64.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_65.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_66.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_67.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_68.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_69.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_7.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_70.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_71.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_72.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_73.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_74.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_75.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_76.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_77.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_78.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_79.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_8.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_80.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_81.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_82.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_83.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_84.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_85.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_86.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_87.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_88.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_89.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_9.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_90.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_91.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_92.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_93.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_94.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_95.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_96.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_97.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_98.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/21_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/21_99.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_0.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_1.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_10.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_11.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_12.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_13.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_14.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_15.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_16.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_17.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_18.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_19.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_2.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_20.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_21.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_22.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_23.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_24.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_25.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_26.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_27.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_28.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_29.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_3.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_30.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_31.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_32.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_33.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_34.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_35.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_36.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_37.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_38.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_39.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_4.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_40.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_41.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_42.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_43.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_44.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_45.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_46.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_47.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_48.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_49.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_5.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_50.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_51.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_52.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_53.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_54.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_55.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_56.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_57.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_58.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_59.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_6.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_60.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_61.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_62.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_63.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_64.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_65.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_66.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_67.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_68.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_69.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_7.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_70.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_71.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_72.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_73.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_74.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_75.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_76.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_77.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_78.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_79.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_8.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_80.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_81.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_82.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_83.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_84.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_85.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_86.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_87.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_88.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_89.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_9.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_90.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_91.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_92.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_93.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_94.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_95.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/rates/pred_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/rates/pred_96.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/user1FV.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/user1FV.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/user21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/user21.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p2/user2FV.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p2/user2FV.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p3/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p3/README.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p3/answer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p3/answer.csv -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p3/bin/Problem3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p3/bin/Problem3.py -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p3/bin/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p3/bin/README.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/submission/p3/ec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chstan/CS259D/HEAD/eigenface_anomaly_detection/submission/p3/ec.txt -------------------------------------------------------------------------------- /eigenface_anomaly_detection/test.txt: -------------------------------------------------------------------------------- 1 | {1: 2, 2: 3, 3: 1} --------------------------------------------------------------------------------