Mercurial > pylearn
changeset 378:835830e52b42
fixing merge
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Mon, 07 Jul 2008 12:02:34 -0400 |
parents | 67c339260875 |
children | 74b402b5a81b |
files | dataset.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dataset.py Mon Jul 07 10:09:37 2008 -0400 +++ b/dataset.py Mon Jul 07 12:02:34 2008 -0400 @@ -105,7 +105,7 @@ - dataset[i] returns an Example. - - dataset[[i1,i2,...in]] returns a. Example with examples i1,i2,...in. + - dataset[[i1,i2,...in]] returns an Example with examples i1,i2,...in. A similar command gives you a DataSet instead of Examples :