LuminaAI/RCL-Glass-Identification
收藏资源简介:
该数据集包含基于化学性质的玻璃分类数据,每个样本存储在一个单独的文本文件中,特征以空格分隔。数据集结构分为训练数据和测试数据,每个类别有单独的文件夹。数据集的用途是通过PrismRCL应用程序或API进行分类。数据集采用Creative Commons Attribution 4.0 International License许可,原始数据来源于UCI Machine Learning Repository。
This dataset contains tabular data for classifying different types of glass based on their chemical properties. Each sample is stored in a separate text file, with features space-separated on a single line. The dataset is structured to be compatible with Lumina AIs Random Contrast Learning (RCL) algorithm via the PrismRCL application or API. The dataset is licensed under the Creative Commons Attribution 4.0 International License and was originally sourced from the UCI Machine Learning Repository.
Glass Identification Dataset
概述
该数据集包含用于根据玻璃的化学特性对其进行分类的表格数据。每个样本存储在一个单独的文本文件中,特征以空格分隔并存储在一行中。该数据集的结构与Lumina AI的随机对比学习(RCL)算法兼容,可通过PrismRCL应用程序或API使用。
数据集结构
数据集的组织结构如下:
Glass-Identification/ train_data/ class_1/ sample_0.txt sample_1.txt ... class_2/ sample_0.txt sample_1.txt ... test_data/ class_1/ sample_0.txt sample_1.txt ... class_2/ sample_0.txt sample_1.txt ...
注意:所有文本文件名在所有类文件夹中必须是唯一的。
特征
- 表格数据:每个文本文件包含以空格分隔的值,代表样本的特征。
- 类别:有多个类别,每个类别根据玻璃类型由一个单独的文件夹表示。
使用示例
以下是使用PrismRCL加载数据集的示例:
bash C:PrismRCLPrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:path oGlass-Identification rain_data testdata=C:path oGlass-Identification est_data savemodel=C:path omodelsmymodel.classify log=C:path olog_files stopwhendone
许可证
该数据集根据知识共享署名4.0国际许可协议(Creative Commons Attribution 4.0 International License)授权。详细信息请参见LICENSE文件。
原始来源
该数据集最初来源于UCI机器学习库。如果在研究或应用中使用此数据集,请引用原始来源。
附加信息
数据值已准备为与PrismRCL兼容。截至版本2.4.0,无需进行归一化处理。




