issues Search Results · repo:Dod-o/Statistical-Learning-Method_Code language:Python
Filter by
33 results
(200 ms)33 results
inDod-o/Statistical-Learning-Method_Code (press backspace or delete to remove)img width= 840 alt= Image src= https://github.com/user-attachments/assets/1f6ebb54-edfa-4787-82ec-26c829650c90 /
zzzpppy
- Opened on May 20
- #40
indico774
- 1
- Opened on Dec 21, 2024
- #39
indico774
- 1
- Opened on Dec 19, 2024
- #38
Uifdjdijfuyfb
- Opened on Apr 17, 2024
- #37
第三版的神经网络部分的程序还没有一个完整的整合版本,我现在将整个库fork到了我的个人仓库中进行接力,如果之后接力完成之后欢迎将两个库合并!!
MoonTracer732
- 1
- Opened on May 14, 2023
- #36
def cal_groupcenter(group, Xarray):
center = np.zeros(Xarray.shape[1])
for i in range(Xarray.shape[1]): #range(4)
for n in group:
center[i] += Xarray[n][i] #计算当前类中第i个特征的数据之和 ...
FUTUREEEEEE
- 3
- Opened on Nov 18, 2021
- #32

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.