clustering_endmembers: Clustering fixing centroids to endmembers

Description Usage Arguments Value See Also Examples

Description

Assign an endmember to each signature based on its distance, similarly to k-means clustering being fixed the centroids to the endmembers

Usage

1

Arguments

signatures

A spectral object built using the load_signature_files function. The spectral object needs to be unmixed (using unmixing_fixed or unmixing_vca).

Value

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

See Also

unmixing_fixed

unmixing_vca

load_signature_files

Examples

1
2
3
data(signatures)
unmixed_signatures <- unmixing_fixed(signatures, files=c("almagre.asd.txt", "blanco.asd.txt"))
clustered_signatures <- clustering_endmembers(unmixed_signatures)

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