Mercurial > pylearn
comparison learner.py @ 77:1e2bb5bad636
toying with different ways to implement learners
author | bengioy@bengiomac.local |
---|---|
date | Sun, 04 May 2008 15:09:22 -0400 |
parents | 90e4c0784d6e |
children | 3499918faa9d |
comparison
equal
deleted
inserted
replaced
76:ccd6ae89a7c4 | 77:1e2bb5bad636 |
---|---|
54 be constructed in the output DataSet (for example ['output','classification_error']). | 54 be constructed in the output DataSet (for example ['output','classification_error']). |
55 Optionally, if copy_inputs, the input fields (of the input_dataset) can be made | 55 Optionally, if copy_inputs, the input fields (of the input_dataset) can be made |
56 visible in the output DataSet returned by this method. | 56 visible in the output DataSet returned by this method. |
57 """ | 57 """ |
58 raise NotImplementedError | 58 raise NotImplementedError |
59 | |
60 |