NLSA

Logo

Operator methods for dynamical systems.

View the Project on GitHub dg227/NLSA

MATLAB NLSA code

This directory contains a MATLAB implementation of nonlinear Laplacian spectral analysis (NLSA) and related operator methods for feature extraction and prediction of observables of dynamical systems.

Usage

  1. Clone down the project repository:
    git clone https://github.com/dg227/NLSA
    
  2. Add directory NLSA/MATLAB/nlsa to the MATLAB search path. This can be done by launching MATLAB, cd‘ing to directory NLSA/MATLAB, and executing the command:
    addpath(genpath('nlsa'))
    

Examples

Implementation

NLSA implements a MATLAB class nlsaModel which encodes the attributes of the machine learning procedure to be carried out. This includes:

Each of the elements above are implemented as MATLAB classes. See NLSA/MATLAB/nlsa/classes for further information and basic documentation.

Results from each stage of the computation are written on disk in a directory tree with (near-) unique names based on the nlsaModel parameters.

Known issues