Skip to content

PCA implementation, validation testing and more

Kostas FILIPPOPOLITIS requested to merge dev/MIP-479/pca-implementation into master

Created by: jassak

PCA

  • Algorithm implementation
  • 100 validation tests, run federated on 2 local nodes

Algorithms

  • New class TestCaseGenerator for generating random test cases for algorithm validation

Misc

  • Add metadata and datasets properties on _AlgorithmExecutionInterface
  • Remove REAL datatype and replace with DOUBLE
  • Remove some datasets to make inv load-data faster
  • Smaller fixes

Merge request reports