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

Class Variance1SVFx

source code


Ratio of variance described by the first singular value component.

Of limited use -- left for the sake of not wasting it

Instance Methods [hide private]
 
__call__(self, predicted, target)
Compute some error value from the given target and predicted values (both sequences).
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 
Compute some error value from the given target and predicted values (both sequences).
Overrides: _ErrorFx.__call__
(inherited documentation)