source: src/test/java/weka/classifiers/pmml/data/iris.arff @ 4

Last change on this file since 4 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 568 bytes
Line 
1@relation Iris_NN
2
3@attribute sepal_length numeric
4@attribute sepal_width numeric
5@attribute petal_length numeric
6@attribute petal_width numeric
7@attribute class {Iris-setosa,Iris-versicolor,Iris-virginica}
8
9@data
105.1,3.5,1.4,0.2,Iris-setosa
114.9,3,1.4,0.2,Iris-setosa
124.7,3.2,1.3,0.2,Iris-setosa
134.6,3.1,1.5,0.2,Iris-setosa
147,3.2,4.7,1.4,Iris-versicolor
156.4,3.2,4.5,1.5,Iris-versicolor
166.9,3.1,4.9,1.5,Iris-versicolor
175.5,2.3,4,1.3,Iris-versicolor
186.3,3.3,6,2.5,Iris-virginica
195.8,2.7,5.1,1.9,Iris-virginica
207.1,3,5.9,2.1,Iris-virginica
216.3,2.9,5.6,1.8,Iris-virginica
Note: See TracBrowser for help on using the repository browser.