Struct GWRScalable::LoocvParams

Nested Relationships

This struct is a nested type of Class GWRScalable.

Struct Documentation

struct LoocvParams

Additional parameters for leave-one-out CV.

Public Members

const arma::mat *x

Independent variables.

const arma::mat *y

Dependent variables.

const arma::uword polynomial

The degree of polynomial kernel.

const arma::mat *Mx0
const arma::mat *My0