Mercurial > pylearn
changeset 455:fb62f0e4bcfe
Reverted change ce6b4fd3ab29 (I do not believe anymore it was a typo)
author | delallea@valhalla.apstat.com |
---|---|
date | Thu, 02 Oct 2008 13:46:13 -0400 |
parents | 6e7509acb1c0 |
children | 131e19dfe793 |
files | dataset.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dataset.py Thu Oct 02 13:41:43 2008 -0400 +++ b/dataset.py Thu Oct 02 13:46:13 2008 -0400 @@ -1200,7 +1200,7 @@ An ArrayDataSet stores the fields as groups of columns in a numpy tensor, whose first axis iterates over examples, second axis determines fields. If the underlying array is N-dimensional (has N axes), then the field - values are (N-1)-dimensional objects (i.e. ordinary numbers if N=2). + values are (N-2)-dimensional objects (i.e. ordinary numbers if N=2). """ def __init__(self, data_array, fields_columns, **kwargs):