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

Class CorrErrorFx

source code


Computes the correlation between the desired and the predicted values.
Instance Methods [hide private]
 
__call__(self, predicted, desired)
Requires all arguments.
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 
Requires all arguments.
Overrides: ErrorFunction.__call__