Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lawlite19/MachineLearning_Python
/ loadmat_data
Function
loadmat_data
NeuralNetwok/NeuralNetwork.py:63–64 ·
view source on GitHub ↗
(fileName)
Source
from the content-addressed store, hash-verified
61
62
# 加载mat文件
63
def
loadmat_data(fileName):
64
return
spio.loadmat(fileName)
65
66
# 显示100个数字
67
def
display_data(imgData):
Callers
1
neuralNetwork
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected