Commit
·
4fc5335
1
Parent(s):
12d05da
Update README.md
Browse files
README.md
CHANGED
@@ -27,15 +27,17 @@ One-hundred plant species leaves dataset. The dataset is derived from this paper
|
|
27 |
|
28 |
(3)Dataset Information:
|
29 |
|
30 |
-
The original data directory contains the binary images (masks) of the leaf samples (colour images not included). There are three features for each image: Shape, Margin and Texture. For each feature, a 64 element vector is given per leaf sample. These vectors are taken as a contiguous descriptor (for shape) or histograms (for texture and margin). So, there are three different files, one for each feature problem
|
31 |
-
|
|
|
|
|
32 |
‘data_Sha_64.txt’ -> prediction based on shape
|
33 |
|
34 |
‘data_Tex_64.txt’ -> prediction based on texture
|
35 |
|
36 |
‘data_Mar_64.txt’ -> prediction based on margin
|
37 |
|
38 |
-
|
39 |
|
40 |
(4)References:
|
41 |
|
|
|
27 |
|
28 |
(3)Dataset Information:
|
29 |
|
30 |
+
The original data directory contains the binary images (masks) of the leaf samples (colour images not included). There are three features for each image: Shape, Margin and Texture. For each feature, a 64 element vector is given per leaf sample. These vectors are taken as a contiguous descriptor (for shape) or histograms (for texture and margin). So, there are three different files, one for each feature problem.
|
31 |
+
Each row has a 64-element feature vector followed by the Class label.
|
32 |
+
There is a total of 1600 samples with 16 samples per leaf class (100 classes), and no missing values.
|
33 |
+
|
34 |
‘data_Sha_64.txt’ -> prediction based on shape
|
35 |
|
36 |
‘data_Tex_64.txt’ -> prediction based on texture
|
37 |
|
38 |
‘data_Mar_64.txt’ -> prediction based on margin
|
39 |
|
40 |
+
|
41 |
|
42 |
(4)References:
|
43 |
|