摘要:
坑 背景 我有一批3000维的高维数据。 我想看一下这批数据的分布。 该如何查看? 有监督方法? 无监督方法? Kmeans? 随机森林? PCA降维? 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(79)
评论(0)
推荐(0)
摘要:
trainNa30 = Na30.sample(frac=ratio)testNa30 = Na30.drop(trainBefore.index,axis=0) 用drop 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(71)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(30)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(26)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(88)
评论(0)
推荐(0)
摘要:
学会了创建空数组,然后疯狂拼接的技巧 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(143)
评论(0)
推荐(0)
摘要:
Yes == 16384 No 等于 65536 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(438)
评论(0)
推荐(0)
摘要:
8.0以后的Mysql数据库如何配置? CREATE USER 'root'@'%' IDENTIFIED BY '12345'; alter user 'root'@'%' identified with mysql_native_password by ... 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(123)
评论(0)
推荐(0)
摘要:
供参考: https://www.mathworks.com/help/signal/ug/remove-the-60-hz-hum-from-a-signal.html openLoop = double(data(3,:)); Fs = 1000; ... 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(729)
评论(0)
推荐(0)
摘要:
Y = fft(data1); L = size(data1,2); P2 = abs(Y/L); P1 = P2(1:L/2+1); P1(2:end-1) = 2*P1(2:end-1); Fs = 1000; f = Fs*(0:(L/2))/L; pl... 阅读全文
posted @ 2022-03-20 21:37
bH1pJ
阅读(310)
评论(0)
推荐(0)
浙公网安备 33010602011771号