Trees | Indices | Help |
|
---|
|
1 from baseClassifiers import Classifier 24 5 """A template for a pyml classifier""" 6 7 attributes = {} 8 123014 15 Classifier.train(self, data, **args) 16 17 # this should be the last command in the train function 18 # if you redefine the "test" function you can follow the code in 19 # assess.test to save the testingTime 20 self.log.trainingTime = self.getTrainingTime()21 22 26
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 2 12:39:38 2008 | http://epydoc.sourceforge.net |