Mercurial > pylearn
changeset 489:bb6bdd3b7ff3
Another bit of documentation
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 03:31:36 -0400 |
parents | e06666ac32d5 |
children | 4f3c66146f17 |
files | algorithms/stacker.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/algorithms/stacker.py Tue Oct 28 02:39:00 2008 -0400 +++ b/algorithms/stacker.py Tue Oct 28 03:31:36 2008 -0400 @@ -5,6 +5,9 @@ import numpy as N class Stacker(T.RModule): + """ + @todo: Maybe compile functions on demand, rather than immediately. + """ def __init__(self, submodules, input = None, regularize = False): super(Stacker, self).__init__()