Skip to content

Resolve "Implement Principal Component Analysis"

Ali Raza Zaidi requested to merge 35-implement-principal-component-analysis into main

Description

  • Culminates work for S2024 semester for Ali Raza Zaidi
    • Adds Linux Compatibility
    • Gets PCA working for dimensionality reduction
    • Gets a rough DBScan implementation working for clustering

Future work

  • Fixing Surge Linux implementation to get all compatibility issues sorted
  • Get KDTree implementation of DBScan working for more efficient clustering
  • Possible compilation of work for journal

Merge request reports