unmixing_vca: Unmixing based on VCA

Description Usage Arguments Value See Also Examples

Description

VCA algorithm to obtain the k endmembers from the signatures.

Usage

1
unmixing_vca(signatures, k)

Arguments

signatures

A spectral object built using the load_signature_files function.

k

The number of endmembers to find.

Value

An extended spectral object which includes the indices of the endmember signatures.

See Also

load_signature_files

Examples

1
2
data(signatures)
unmixed_signatures <- unmixing_vca(signatures, k=2)

demosense/archeospec documentation built on May 28, 2019, 8:39 a.m.