结构体 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:

Subclassed by gwm::GWPCA, gwm::GWSS

公有成员函数

virtual arma::mat variables() const = 0

Get variables.

返回

Vector of variables.

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

Set variables.

参数

variables – Vector of variables.

virtual void run() = 0

Run analysis algorithm.