-
均值漂移
均值漂移是一种定位密度函数最大值的过程,给定从该函数中采样的离散数据。它有助于检测该密度的模式。
- 2023-08-07 05:20:04下载
- 积分:1
-
The realization of the use of ShellExt
利用ShellExt实现 -The realization of the use of ShellExt
- 2023-01-25 20:00:04下载
- 积分:1
-
本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程
本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程-Local hard disk and removable disk file updates and synchronization. Tool file routines VC
- 2022-08-20 00:32:57下载
- 积分:1
-
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天...
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天-batch delete the file into the source code, you can use this to be clear, there is no delete. At first, in order to test the software, I mistakenly deleted a whole plate of documents D, let me depressed for a few days! !
- 2022-03-03 14:19:51下载
- 积分:1
-
复印纸的例子,复制进度条,必须提供一个大家参考。
拷贝文件的例子,有拷贝进度条,提供大家一个参考。-Examples of copy paper, copy progress bar has to provide a reference everyone.
- 2023-06-16 03:20:04下载
- 积分:1
-
原始数据划分为train.dat和test.dat
应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*-
from sklearn import cross_validation
c = []
filename = r"Raw.data" #原始数据
out_train = open(r"train.txt","w") #训练集
out_test = open(r"test.txt","w") #测试集
for line in open(filename):
items = line.strip().split(",")
c.append(items)
c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例
for i in c_train:
out_train.write(",".join(i)+"
")
for i in c_test:
out_test.write(",".join(i)+"
")
- 2022-01-25 21:21:56下载
- 积分:1
-
这是个文件管理系统软件,可以对文件进行复制删除等操作.
这是个文件管理系统软件,可以对文件进行复制删除等操作.-soft about files management, can copy and delete files
- 2023-08-08 19:00:03下载
- 积分:1
-
this upload sample
this upload sample-this upload sample................
- 2022-02-20 09:36:49下载
- 积分:1
-
This program searches disk for files that matches specified mask and deletes the...
This program searches disk for files that matches specified mask and deletes them to clean disk from unused and unneeded files.
- 2022-03-26 06:32:35下载
- 积分:1
-
一个加法的好程序,对与入门非常有帮助的哦
一个加法的好程序,对与入门非常有帮助的哦-a good addition to the procedures of entry and very helpful oh
- 2022-02-28 13:07:35下载
- 积分:1