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

Class MeanMismatchErrorFx

source code


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

Inherited from _ErrorFx: __repr__, __str__

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]

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

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