|
|
|
|
|
__copy__(self)
TODO: think... may be we need to copy self.clf |
source code
|
|
|
|
_precall(self,
testdataset,
trainingdataset=None)
Generic part which trains the classifier if necessary |
source code
|
|
|
|
| _call(self,
testdataset,
trainingdataset=None) |
source code
|
|
|
|
| _postcall(self,
testdataset,
trainingdataset=None,
error=None) |
source code
|
|
|
|
__call__(self,
testdataset,
trainingdataset=None)
Compute the transfer error for a certain test dataset. |
source code
|
|
|
|
untrain(self)
Untrain the *Error which relies on the classifier |
source code
|
|
|
|
|
|
|
|
|
Inherited from misc.state.ClassWithCollections:
__getattribute__,
__new__,
__repr__,
__setattr__,
__str__,
reset
Inherited from object:
__delattr__,
__format__,
__hash__,
__reduce__,
__reduce_ex__,
__sizeof__,
__subclasshook__
|