text
stringlengths
15
15
5.8 4.0 1.2 0.2
5.2 3.4 1.4 0.2
4.4 3.0 1.3 0.2
4.4 3.2 1.3 0.2
5.0 3.4 1.5 0.2
6.4 3.2 4.5 1.5
6.6 2.9 4.6 1.3
5.6 2.5 3.9 1.1
6.6 3.0 4.4 1.4
6.7 3.0 5.0 1.7
7.3 2.9 6.3 1.8
6.5 3.0 5.5 1.8
6.4 2.8 5.6 2.2
6.1 2.6 5.6 1.4
6.5 3.0 5.2 2.0
5.1 3.5 1.4 0.2
4.9 3.0 1.4 0.2
5.4 3.7 1.5 0.2
4.8 3.4 1.6 0.2
4.8 3.0 1.4 0.1
4.3 3.0 1.1 0.1
5.7 4.4 1.5 0.4
5.4 3.9 1.3 0.4
5.1 3.5 1.4 0.3
5.7 3.8 1.7 0.3
5.1 3.8 1.5 0.3
4.7 3.2 1.3 0.2
5.4 3.4 1.7 0.2
5.1 3.7 1.5 0.4
4.6 3.6 1.0 0.2
5.1 3.3 1.7 0.5
4.8 3.4 1.9 0.2
5.0 3.0 1.6 0.2
5.0 3.4 1.6 0.4
5.2 3.5 1.5 0.2
4.7 3.2 1.6 0.2
4.6 3.1 1.5 0.2
4.8 3.1 1.6 0.2
5.4 3.4 1.5 0.4
5.2 4.1 1.5 0.1
5.5 4.2 1.4 0.2
4.9 3.1 1.5 0.1
5.0 3.2 1.2 0.2
5.5 3.5 1.3 0.2
4.9 3.1 1.5 0.1
5.1 3.4 1.5 0.2
5.0 3.6 1.4 0.2
5.0 3.5 1.3 0.3
4.5 2.3 1.3 0.3
5.0 3.5 1.6 0.6
5.1 3.8 1.9 0.4
4.8 3.0 1.4 0.3
5.1 3.8 1.6 0.2
4.6 3.2 1.4 0.2
5.3 3.7 1.5 0.2
5.0 3.3 1.4 0.2
5.4 3.9 1.7 0.4
4.6 3.4 1.4 0.3
4.4 2.9 1.4 0.2
4.9 3.1 1.5 0.1
7.0 3.2 4.7 1.4
6.9 3.1 4.9 1.5
5.5 2.3 4.0 1.3
6.5 2.8 4.6 1.5
5.7 2.8 4.5 1.3
6.3 3.3 4.7 1.6
4.9 2.4 3.3 1.0
5.2 2.7 3.9 1.4
5.0 2.0 3.5 1.0
5.9 3.0 4.2 1.5
6.0 2.2 4.0 1.0
6.1 2.9 4.7 1.4
5.6 2.9 3.6 1.3
6.7 3.1 4.4 1.4
5.6 3.0 4.5 1.5
5.8 2.7 4.1 1.0
6.2 2.2 4.5 1.5
5.9 3.2 4.8 1.8
6.1 2.8 4.0 1.3
6.3 2.5 4.9 1.5
6.1 2.8 4.7 1.2
6.4 2.9 4.3 1.3
6.8 2.8 4.8 1.4
6.0 2.9 4.5 1.5
5.7 2.6 3.5 1.0
5.5 2.4 3.8 1.1
5.5 2.4 3.7 1.0
5.8 2.7 3.9 1.2
6.0 2.7 5.1 1.6
5.4 3.0 4.5 1.5
6.0 3.4 4.5 1.6
6.7 3.1 4.7 1.5
6.3 2.3 4.4 1.3
5.6 3.0 4.1 1.3
5.5 2.5 4.0 1.3
5.5 2.6 4.4 1.2
6.1 3.0 4.6 1.4
5.8 2.6 4.0 1.2
5.0 2.3 3.3 1.0
5.6 2.7 4.2 1.3

Iris Flowers Dataset

Overview

This dataset contains tabular data for classifying different species of iris flowers. 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 AI's Random Contrast Learning (RCL) algorithm via the PrismRCL application or API.

Dataset Structure

The dataset is organized into the following structure:

Iris-Flowers/
    train_data/
        class_Iris-setosa/
            sample_0.txt
            sample_1.txt
            ...
        class_Iris-versicolor/
            sample_0.txt
            sample_1.txt
            ...
        class_Iris-virginica/
            sample_0.txt
            sample_1.txt
            ...
    test_data/
        class_Iris-setosa/
            sample_0.txt
            sample_1.txt
            ...
        class_Iris-versicolor/
            sample_0.txt
            sample_1.txt
            ...
        class_Iris-virginica/
            sample_0.txt
            sample_1.txt
            ...

Note: All text file names must be unique across all class folders.

Features

  • Tabular Data: Each text file contains space-separated values representing the features of a sample.
  • Classes: There are three classes, each represented by a separate folder.

Usage (pre-split; optimal parameters)

Here is an example of how to load the dataset using PrismRCL:

C:\PrismRCL\PrismRCL.exe naivebayes rclticks=4 boxdown=0 channelpick=5 data=C:\path\to\Iris-Flowers\train_data testdata=C:\path\to\Iris-Flowers\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone

Explanation of Command:

  • C:\PrismRCL\PrismRCL.exe: Path to the PrismRCL executable for classification
  • naivebayes: Specifies Naive Bayes as the training evaluation method
  • rclticks=4: Sets the number of RCL iterations during training to 4
  • boxdown=0: Configuration parameter for training behavior
  • channelpick=5: RCL training parameter
  • data=C:\path\to\Iris-Flowers\train_data: Path to the training data for Iris flowers classification
  • testdata=C:\path\to\Iris-Flowers\test_data: Path to the testing data for evaluation
  • savemodel=C:\path\to\models\mymodel.classify: Path to save the resulting trained model
  • log=C:\path\to\log_files: Directory path for storing log files of the training process
  • stopwhendone: Instructs PrismRCL to end the session once training is complete

This revised version maintains consistency with the previous example while accurately reflecting the specifics of this Iris Flowers dataset command.

This format uses Markdown list syntax with each item on a new line, preceded by a hyphen and space. The command parameters are enclosed in backticks for better readability.

License

This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.

Original Source

This dataset was originally sourced from the UCI Machine Learning Repository. Please cite the original source if you use this dataset in your research or applications.

Fisher, R.A. (1936). The use of multiple measurements in taxonomic problems. Annals of Eugenics, 7(2), 179-188. doi:10.1111/j.1469-1809.1936.tb02137.x

Additional Information

The data values have been prepared to ensure compatibility with PrismRCL. No normalization is required as of version 2.4.0.

Downloads last month
4
Edit dataset card