上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 72 下一页
摘要: ```python -c 'print("Hi")'Hi``` 阅读全文
posted @ 2020-04-15 20:43 2021年的顺遂平安君 阅读(508) 评论(0) 推荐(0)
摘要: a=[2400,156000]b=[1950,126750]np.linalg.norm(a-b)29253.461333661013 a=[240,15600]b=[195,12675]np.linalg.norm(a-b)2925.346133366... 阅读全文
posted @ 2020-04-15 20:41 2021年的顺遂平安君 阅读(81) 评论(0) 推荐(0)
摘要: require(caTools)set.seed(101) sample = sample.split(data$anycolumn, SplitRatio = .75)train = subset(data, sample == TRUE)test =... 阅读全文
posted @ 2020-04-15 14:53 2021年的顺遂平安君 阅读(59) 评论(0) 推荐(0)
摘要: # reverse color rampcolors <- function(n, alpha = 1) { rev(heat.colors(n, alpha))} plot(NBA.SOM1, type = "counts", palette.n... 阅读全文
posted @ 2020-04-14 18:32 2021年的顺遂平安君 阅读(56) 评论(0) 推荐(0)
摘要: frac = .3df.groupby('b').apply(pd.DataFrame.sample, frac=.3) a bb 0 6 7 01 0 1 1 df.groupby('b', group_keys=Fal... 阅读全文
posted @ 2020-04-13 21:19 2021年的顺遂平安君 阅读(101) 评论(0) 推荐(0)
摘要: https://github.com/pages themes/cayman/issues/29 Disabling the "View on GitHub" button 阅读全文
posted @ 2020-04-09 18:31 2021年的顺遂平安君 阅读(235) 评论(0) 推荐(0)
摘要: https://github.com/pages-themes/cayman/issues/29 Disabling the "View on GitHub" button github: is_project_page: false ... 阅读全文
posted @ 2020-04-09 18:31 2021年的顺遂平安君 阅读(83) 评论(0) 推荐(0)
摘要: plt.pcolor(som.distance_map().T, cmap='bone_r') # plotting the distance map as background 这里的转置.T只是为了使得distnace小的地方颜色深,大的地方深色浅... 阅读全文
posted @ 2020-04-09 18:30 2021年的顺遂平安君 阅读(132) 评论(0) 推荐(0)
摘要: 这里的转置 只是为了使得distnace小的地方颜色深,大的地方深色浅。 阅读全文
posted @ 2020-04-09 18:30 2021年的顺遂平安君 阅读(960) 评论(0) 推荐(0)
摘要: endeavour advances in the field of scientific endeavour 在科学探索领域的进步 I will endeavour to do my best for my country. fraternity However, the fraternity o 阅读全文
posted @ 2020-03-10 16:19 2021年的顺遂平安君 阅读(246) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 72 下一页