Documentation

This is a full documentation for geospaNN package, the functions are devided into three Modules.

  1. Module utils contains most of the utility function used to build the package. Most of the functions works around NNGP approximation to accerte the computation.
  2. Module model contains model class for NN-GLS as well as normal Neural Networks. Also, graph convolution architectures are defined in this module.
  3. Module main contains major wrappers for the training process.