Mercurial > pylearn
comparison learner.py @ 209:50a8302addaf
template statscollector
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Sat, 17 May 2008 00:01:26 -0400 |
parents | cb6b945acf5a |
children | bd728c83faff |
comparison
equal
deleted
inserted
replaced
208:bf320808919f | 209:50a8302addaf |
---|---|
1 | 1 |
2 from exceptions import * | 2 from exceptions import * |
3 | 3 from dataset import AttributesHolder |
4 | 4 |
5 class LearningAlgorithm(object): | 5 class LearningAlgorithm(object): |
6 """ | 6 """ |
7 Base class for learning algorithms, provides an interface | 7 Base class for learning algorithms, provides an interface |
8 that allows various algorithms to be applicable to generic learning | 8 that allows various algorithms to be applicable to generic learning |