结构体 IMultivariableAnalysis

继承关系

派生类

结构体文档

struct IMultivariableAnalysis

Interface for multivariable analysis. It defines some interface commonly used in spatial algorithms:

  • Getter and setter of variables.

Pointer of this type can be put to these classes:

  • GWSS

Subclassed by gwm::GWAverage, gwm::GWDA, gwm::GWPCA

公有成员函数

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

Get variables.

返回:

Vector of variables.

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

Set variables.

参数:

x -- Vector of variables.

virtual void run() = 0

Run analysis algorithm.