comparison dataset.py @ 452:739612d316a4

Typo fix in help
author delallea@valhalla.apstat.com
date Mon, 29 Sep 2008 16:04:51 -0400
parents 52b4908d8971
children 6e7509acb1c0
comparison
equal deleted inserted replaced
451:d99fefbc9324 452:739612d316a4
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 = []