Mercurial > pylearn
log dataset.py @ 378:835830e52b42
age | author | description |
---|---|---|
Mon, 07 Jul 2008 12:02:34 -0400 | Yoshua Bengio | fixing merge |
Thu, 19 Jun 2008 16:18:37 -0400 | Joseph Turian | Added more functions |
Thu, 19 Jun 2008 12:35:41 -0400 | Thierry Bertin-Mahieux | dataset__call__() returns a FieldsSubsetDataSet, so still a subset of fields, but not cached any more. I added the function dataset.cached_fields_subset(self,*fieldnames) that returns the old version, cached, in case someone needs it. Current behaviour passes the tests. |