mescla.types.EMMAResult¶
- class mescla.types.EMMAResult(eigenvalues, loadings, k, scores, fitted, center, scale, species, index, standardize=True)[source]¶
Bases:
objectOutcome of an End-Member Mixing Analysis.
- Variables:
eigenvalues (ndarray, shape (ns,)) – Eigenvalues of the correlation (or covariance) matrix, descending.
loadings (ndarray, shape (ns, ns)) – Eigenvectors as columns – the weight of each species on each component.
k (int) – Retained rank: the dimension of the mixing subspace.
n_endmembers (int) –
k + 1– a k-dimensional simplex needs k+1 vertices (Christophersen & Hooper, 1992).scores (ndarray, shape (n_samples, k)) – Sample coordinates in U-space.
fitted (ndarray, shape (n_samples, ns)) – Concentrations predicted by the rank-k mixing model, in original units.
scale (center,) – Standardisation applied to the mixed samples. End-members must be projected with these same values.
- Parameters: