Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MachineLP/TextMatch
/ transform
Method
transform
textmatch/tools/decomposition/pca.py:24–25 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
22
return
self
23
24
def
transform(self, data):
25
return
self.pca.transform( data )
26
27
def
save_model(self, save_path):
28
#保存模型
Callers
9
dbscan_test.py
File · 0.80
kmeans_test.py
File · 0.80
faiss_test.py
File · 0.80
pca_test.py
File · 0.80
_predict
Method · 0.80
_predict
Method · 0.80
_predict
Method · 0.80
fit
Method · 0.80
predict
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected