Learn R Programming

sits (version 1.4.0)

sits_som_evaluate_cluster: Evaluate cluster

Description

sits_som_evaluate_cluster() produces a tibble with the clusters found by the SOM map. For each cluster, it provides the percentage of classes inside it.

Usage

sits_som_evaluate_cluster(som_map)

Value

A tibble stating the purity for each cluster

Arguments

som_map

A SOM map produced by the som_map() function