This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from 57e9e7a [MINOR] Remove Overwrite Logging Level
new 4168560 [SYSTEMDS-2619] New pca builtin function (principal component
analysis)
new a3e3ea9 [SYSTEMDS-2620] Federated tsmm operations (e.g., PCA, lmDS,
cor)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../builtin/pca.dml | 56 +++++----------
.../java/org/apache/sysds/common/Builtins.java | 1 +
.../controlprogram/federated/FederationUtils.java | 16 ++---
.../fed/ComputationFEDInstruction.java | 10 ++-
.../runtime/instructions/fed/FEDInstruction.java | 3 +-
.../instructions/fed/FEDInstructionUtils.java | 6 ++
.../instructions/fed/TsmmFEDInstruction.java | 82 ++++++++++++++++++++++
...deratedL2SVMTest.java => FederatedPCATest.java} | 78 ++++++++++----------
...FederatedL2SVMTest.dml => FederatedPCATest.dml} | 5 +-
.../federated/FederatedPCATestReference.dml} | 6 +-
10 files changed, 168 insertions(+), 95 deletions(-)
copy src/test/scripts/functions/lineage/LineageReuseAlg4.dml =>
scripts/builtin/pca.dml (57%)
create mode 100644
src/main/java/org/apache/sysds/runtime/instructions/fed/TsmmFEDInstruction.java
copy
src/test/java/org/apache/sysds/test/functions/federated/{FederatedL2SVMTest.java
=> FederatedPCATest.java} (67%)
copy src/test/scripts/functions/federated/{FederatedL2SVMTest.dml =>
FederatedPCATest.dml} (89%)
copy src/{main/python/MANIFEST.in =>
test/scripts/functions/federated/FederatedPCATestReference.dml} (91%)