Mercurial > pylearn
diff algorithms/stacker.py @ 489:bb6bdd3b7ff3
Another bit of documentation
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 03:31:36 -0400 |
parents | 8fcd0f3d9a17 |
children | 2be795cc5c3a |
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__()