hyperspy.tests.mva.test_decomposition module

class hyperspy.tests.mva.test_decomposition.TestGetExplainedVarinaceRatio

Bases: object

setup_method(method)
test_data()
test_no_evr()
class hyperspy.tests.mva.test_decomposition.TestGetModel

Bases: object

lazify(**kwargs)
setup_method(method)
test_get_bss_model()
test_get_decomposition_model()
test_lazy_get_bss_model()
test_lazy_get_decomposition_model()
class hyperspy.tests.mva.test_decomposition.TestNdAxes

Bases: object

setup_method(method)
test_consistency()
test_consistency_poissonian()
class hyperspy.tests.mva.test_decomposition.TestNormalizeComponents

Bases: object

setup_method(method)
test_normalize_bss_factors()
test_normalize_bss_loadings()
test_normalize_decomposition_factors()
test_normalize_decomposition_loadings()
class hyperspy.tests.mva.test_decomposition.TestReturnInfo

Bases: object

setup_method(method)
test_decomposition_not_supported()
test_decomposition_supported_return_false()
test_decomposition_supported_return_true()
class hyperspy.tests.mva.test_decomposition.TestReverseDecompositionComponent

Bases: object

setup_method(method)
test_reversal_factors_multiple_components_not_reversed()
test_reversal_factors_multiple_components_reversed()
test_reversal_factors_one_component_not_reversed()
test_reversal_factors_one_component_reversed()
test_reversal_loadings_multiple_components_not_reversed()
test_reversal_loadings_multiple_components_reversed()
test_reversal_loadings_one_component_not_reversed()
test_reversal_loadings_one_component_reversed()