
ML
辉哈
专业修电脑,副业补衣服。
-
原创 C++ 使用 Qt 生成带标签数据集的 CSV 文件
// C++ 使用 Qt 生成 CSV 文件// 以下函数实现生成特定类型的 CSV 文件,可用于生成带标签的数据集 CSV 文件// 作者:huihut// 仓库:https://gist.github.com/huihut/c9f43e276ef7652f0471725482a1e4f6/*目录结构(使用 tree 命令查看):xx@xxs-MacBook-Pro:~/cod...2018-06-12 17:27:04361
0
-
原创 Python 生成带标签数据集的 CSV 文件
#!/usr/bin/python# -*- coding: UTF-8 -*-# Python 生成 CSV 文件# Python 生成 CSV 文件,可用于生成带标签的数据集 CSV 文件,标签从0开始自动升序:0,1,2,3...# 作者:huihut# 仓库:https://gist.github.com/huihut/9881c98a1d9279d4fa9dfd8475e3f...2018-06-17 15:36:145218
0