#Dummy dataset used to show the how ResQue works
#
#First list the attribute names. Start with ATTNAMES command then list the
#attribute names in same sequence as data separated by a tab. e.g.
#ATTNAMES<tab>Att1<tab>Att2<tab>Att3
ATTNAMES	CSp	NCore	MSize
#
#Use DATA command to indicate we are providing data
#Line has the following format
#DATA
#Att1<tab>Att2<tab>Att3<tab>...<tab>AttN
#Att1<tab>Att2<tab>Att3<tab>...<tab>AttN
#Att1<tab>Att2<tab>Att3<tab>...<tab>AttN
DATA
2.1	2	3.2
1.9	1	1.0
3.2	1	2.0
2.8	2	4.0
2.4	4	4.0
2.1	8	8.0
