Mercurial > pylearn
comparison dataset.py @ 454:6e7509acb1c0
Merged
author | delallea@valhalla.apstat.com |
---|---|
date | Thu, 02 Oct 2008 13:41:43 -0400 |
parents | ce6b4fd3ab29 739612d316a4 |
children | fb62f0e4bcfe |
comparison
equal
deleted
inserted
replaced
453:ce6b4fd3ab29 | 454:6e7509acb1c0 |
---|---|
603 """ | 603 """ |
604 @param fieldname: the name of the field from which the values were taken | 604 @param fieldname: the name of the field from which the values were taken |
605 @type fieldname: any type | 605 @type fieldname: any type |
606 | 606 |
607 @param values: bits near the beginning or end of the dataset | 607 @param values: bits near the beginning or end of the dataset |
608 @type values: list of minibatches (returned by minibatch_nowrap) | 608 @type values: list of minibatches (returned by minibatches_nowrap) |
609 | 609 |
610 @return: the concatenation (stacking) of the values | 610 @return: the concatenation (stacking) of the values |
611 @rtype: something suitable as a minibatch field | 611 @rtype: something suitable as a minibatch field |
612 """ | 612 """ |
613 rval = [] | 613 rval = [] |