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

Class MeanMismatchErrorFx

source code


Computes the percentage of mismatches between some desired and some predicted values.
Instance Methods [hide private]
 
__call__(self, predicted, desired)
Both 'predicted' and 'desired' can be either scalars or sequences, but have to be of the same length.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, predicted, desired)
(Call operator)

source code 
Both 'predicted' and 'desired' can be either scalars or sequences, but have to be of the same length.
Overrides: ErrorFunction.__call__