# HG changeset patch # User Joseph Turian # Date 1225179096 14400 # Node ID bb6bdd3b7ff386bc61b6ec3d56f61e0cc6739d2d # Parent e06666ac32d5dd70cb5719fcc0198b63951279cf Another bit of documentation diff -r e06666ac32d5 -r bb6bdd3b7ff3 algorithms/stacker.py --- 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__()