# HG changeset patch # User delallea@valhalla.apstat.com # Date 1222969573 14400 # Node ID fb62f0e4bcfea3d3e0c3d5cb16e9de50402e743d # Parent 6e7509acb1c03c37e0118a3ae57f2dd75a3e96a9 Reverted change ce6b4fd3ab29 (I do not believe anymore it was a typo) diff -r 6e7509acb1c0 -r fb62f0e4bcfe dataset.py --- 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):