hyperspy.misc.machine_learning package¶
Submodules¶
hyperspy.misc.machine_learning.import_sklearn module¶
Import sklearn, fast_svd and randomized_svd from scikits-learn with support for multiple versions
hyperspy.misc.machine_learning.orthomax module¶
-
hyperspy.misc.machine_learning.orthomax.
orthomax
(A, gamma=1, reltol=1.4901e-07, maxit=256)¶
hyperspy.misc.machine_learning.tools module¶
-
hyperspy.misc.machine_learning.tools.
amari
(C, A)¶ Amari test for ICA Adapted from the MILCA package http://www.klab.caltech.edu/~kraskov/MILCA/
Parameters: - C (numpy array) –
- A (numpy array) –