Mercurial > pylearn
comparison learner.py @ 130:3d8e40e7ed18
minor
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Wed, 07 May 2008 21:40:03 -0400 |
parents | ee5507af2c60 |
children | 57e6492644ec |
comparison
equal
deleted
inserted
replaced
128:ee5507af2c60 | 130:3d8e40e7ed18 |
---|---|
1 | 1 |
2 from dataset import AttributesHolder | 2 from dataset import AttributesHolder,AbstractFunction |
3 import compile | 3 import compile |
4 | 4 |
5 class Learner(AttributesHolder): | 5 class Learner(AttributesHolder): |
6 """Base class for learning algorithms, provides an interface | 6 """Base class for learning algorithms, provides an interface |
7 that allows various algorithms to be applicable to generic learning | 7 that allows various algorithms to be applicable to generic learning |