Package mvpa :: Package misc :: Module errorfx :: Class _ErrorFx
[hide private]
[frames] | no frames]

Class _ErrorFx

source code


Common error function interface, computing the difference between some target and some predicted values.
Instance Methods [hide private]
 
__str__(self)
Print class name when asked for string
source code
 
__repr__(self)
Proper repr for _ErrorFx
source code
 
__call__(self, predicted, target)
Compute some error value from the given target and predicted values (both sequences).
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Print class name when asked for string
Overrides: object.__str__

__repr__(self)
(Representation operator)

source code 
Proper repr for _ErrorFx
Overrides: object.__repr__