Mercurial > pylearn
log dataset.py @ 313:009ce84e9f52
age | author | description |
---|---|---|
Wed, 11 Jun 2008 13:53:39 -0400 | Thierry Bertin-Mahieux | behaviour is now the same as a list in pylearn, so if len(ds) = 10, ds[10] raise an IndexError, same thing for ds[[1,10]], and ds[0:14:1] returns 10 elements |