Struct IMultivariateAnalysis

Inheritance Relationships

Derived Type

Struct Documentation

struct IMultivariateAnalysis

Subclassed by gwm::GWCorrelation

Public Functions

virtual const arma::mat &variables1() const = 0

Get response variables.

返回:

arma::mat of variables.

virtual void setVariables1(const arma::mat &y) = 0

Set variables.

参数:

y -- arma::mat of variables.

virtual const arma::mat &variables2() const = 0

Get variables.

返回:

arma::mat of variables.

virtual void setVariables2(const arma::mat &x) = 0

Set variables.

参数:

x -- arma::mat of variables.

virtual void run() = 0

Run analysis algorithm.