MCPcopy Create free account
hub / github.com/AssemblyAI-Community/Machine-Learning-From-Scratch / pca.py

File pca.py

07 PCA/pca.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2
3
4class PCA:

Callers

nothing calls this directly

Calls 3

PCAClass · 0.85
transformMethod · 0.80
fitMethod · 0.45

Tested by

no test coverage detected