pygeoda.Diameter¶
- class pygeoda.Diameter(diam)[source]¶
Diameter Measure
- steps¶
the longest shortest distance between any pairs
- Type
int
- ratio¶
the ratio of number of steps to the number of elements in the cluster
- Type
float
- __init__(diam)[source]¶
Constructor of Diameter
- Parameters
diam (Object) – An object/pointer of libgeoda Diameter class
Methods
__init__
(diam)Constructor of Diameter