Elsa_fuzzy_matrix_window {geocmeans} | R Documentation |
Fuzzy Elsa statistic calculated on a matrix with a given window
Description
This is an extension to the fuzzy classification case for the Elsa statistic
Usage
Elsa_fuzzy_matrix_window(mats, window, dist)
Arguments
mats |
An array, each slice must contains the membership values of one group |
window |
the window to use to define neighbours. 0 can be used to indicate that a cell is not a neighbour |
dist |
a distance matrix between the groups |
Value
a NumericVector : the local values of ELSA
[Package geocmeans version 0.3.4 Index]