LuminaAI/RCL-Wheat-Seeds
收藏资源简介:
该数据集包含用于分类不同小麦品种的表格数据。每个样本存储在一个单独的文本文件中,特征以空格分隔在一行中。数据集结构分为训练数据和测试数据,每个类别有独立的文件夹。数据集的使用示例展示了如何通过PrismRCL加载数据。数据集最初来源于UCI机器学习库,并遵循Creative Commons Attribution 4.0许可证。
This dataset contains tabular data for classifying different varieties of wheat seeds. Each sample is stored in a separate text file, with features space-separated on a single line. The dataset is structured into training and test data, with separate folders for each class. An example of dataset usage demonstrates how to load the data via PrismRCL. The dataset was originally sourced from the UCI Machine Learning Repository and is licensed under the Creative Commons Attribution 4.0 license.
Wheat Seeds Dataset
概述
该数据集包含用于分类不同小麦种子品种的表格数据。每个样本存储在单独的文本文件中,特征以空格分隔在单行上。数据集结构与Lumina AI的随机对比学习(RCL)算法兼容,可通过PrismRCL应用程序或API使用。
数据集结构
数据集按以下结构组织:
Wheat-Seeds/ train_data/ class_1/ sample_0.txt sample_1.txt ... class_2/ sample_0.txt sample_1.txt ... class_3/ sample_0.txt sample_1.txt ... test_data/ class_1/ sample_0.txt sample_1.txt ... class_2/ sample_0.txt sample_1.txt ... class_3/ sample_0.txt sample_1.txt ...
注意:所有文本文件名在所有类别文件夹中必须是唯一的。
特征
- 表格数据:每个文本文件包含以空格分隔的值,表示样本的特征。
- 类别:有三个类别,每个类别由一个单独的文件夹表示。
使用
以下是使用PrismRCL加载数据集的示例: bash C:PrismRCLPrismRCL.exe auto-optimize data=C:path oWheat-Seeds rain_data log=C:path olog_files
许可证
该数据集根据Creative Commons Attribution 4.0许可证授权。有关更多详细信息,请参阅LICENSE文件。
原始来源
该数据集最初来源于UCI机器学习库。如果在研究或应用中使用此数据集,请引用原始来源。 Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [https://archive.ics.uci.edu/dataset/236/seeds]. Irvine, CA: University of California, School of Information and Computer Science.
附加信息
数据值已准备就绪,以确保与PrismRCL兼容。截至2.4.0版本,无需进行归一化处理。




