# HG changeset patch # User Frederic Bastien # Date 1297199986 18000 # Node ID dce602150b5fad25fdac5c236a61df8b8f68c98f # Parent 931a19eeab5af6492a13648b16544386074558b5 added comment. diff -r 931a19eeab5a -r dce602150b5f pylearn/datasets/utlc.py --- a/pylearn/datasets/utlc.py Tue Feb 08 16:19:18 2011 -0500 +++ b/pylearn/datasets/utlc.py Tue Feb 08 16:19:46 2011 -0500 @@ -22,6 +22,9 @@ """ Load the train,valid,test data for the dataset `name` and return it in ndarray format. + We suppose the data was created with ift6266h11/pretraitement/to_npy.py that + shuffle the train. So the train should already be shuffled. + :param normalize: If True, we normalize the train dataset before returning it :param transfer: If True also return the transfer label(currently only available for ule) @@ -113,6 +116,9 @@ """ Load the train,valid,test data for the dataset `name` and return it in sparse format. + We suppose the data was created with ift6266h11/pretraitement/to_npy.py that + shuffle the train. So the train should already be shuffled. + :param normalize: If True, we normalize the train dataset before returning it :param transfer: If True also return the transfer label