Mercurial > pylearn
comparison test_dataset.py @ 112:5bfcb7e5df4a
...
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Wed, 07 May 2008 12:12:43 -0400 |
parents | cf9bdb1d9656 |
children | 9330d941fa1f |
comparison
equal
deleted
inserted
replaced
106:cf9bdb1d9656 | 112:5bfcb7e5df4a |
---|---|
318 #the name <property>. The following properties should be supported: | 318 #the name <property>. The following properties should be supported: |
319 # - 'description': a textual description or name for the ds | 319 # - 'description': a textual description or name for the ds |
320 # - 'fieldtypes': a list of types (one per field) | 320 # - 'fieldtypes': a list of types (one per field) |
321 | 321 |
322 #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])#???? | 322 #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])#???? |
323 # i=0 | |
324 # for example in hstack([ds('x'),ds('y'),ds('z')]): | |
325 # example==ds[i] | |
326 # i+=1 | |
327 # del i,example | |
323 #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])#???? | 328 #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])#???? |
324 | 329 |
325 | 330 |
326 print "test_ArrayDataSet" | 331 print "test_ArrayDataSet" |
327 a = numpy.random.rand(10,4) | 332 a = numpy.random.rand(10,4) |