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

Class ErrorFunction

source code


Common error function interface, computing the difference between some desired and some predicted values.
Instance Methods [hide private]
 
__call__(self, predicted, desired)
Compute some error value from the given desired and predicted values (both sequences).
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__