Documentation
This is a full documentation for geospaNN package, the functions are devided into three Modules.
- 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.
- Module model contains model class for NN-GLS as well as normal Neural Networks. Also, graph convolution architectures are defined in this module.
- Module main contains major wrappers for the training process.