pygeoda.Fragmentation

class pygeoda.Fragmentation(gda_frag)[source]

Fragmentation measure of spatial validation

n

number of elements in clusters

Type

int

entropy

entropy measure for fraction of observations in each cluster

Type

float

std_entropy

standardized entropy measure

Type

float

simpson

simpson’s index is a measure of diversity in each cluster

Type

float

std_simpson

standardized simpson measure

Type

float

__init__(gda_frag)[source]

Constructor of Fragmentation class.

Parameters

gda_frag (Object) – A libgeoda Fragmentation instance

Methods

__init__(gda_frag)

Constructor of Fragmentation class.