Struct Distance::Parameter

Nested Relationships

This struct is a nested type of Class Distance.

Inheritance Relationships

Derived Types

Struct Documentation

struct Parameter

Struct of parameters used in spatial distance calculating. Usually a pointer to object of its derived classes is passed to Distance::distance().

Subclassed by gwm::CRSDistance::Parameter, gwm::DMatDistance::Parameter, gwm::OneDimDistance::Parameter

Public Functions

inline Parameter()

Construct a new DistanceParameter object.

Public Members

arma::uword total

Total data points.