Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ _predict
Method
_predict
mla/pca.py:62–63 ·
view source on GitHub ↗
(self, X=None)
Source
from the content-addressed store, hash-verified
60
return
np.dot(X, self.components.T)
61
62
def
_predict(self, X=None):
63
return
self.transform(X)
Callers
nothing calls this directly
Calls
1
transform
Method · 0.95
Tested by
no test coverage detected