Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielenava authored Oct 29, 2023
1 parent d2c0dae commit 488fee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ATOMS is a Python package that collects useful tools to operate with systems of

### Available classes

- [LinearMPC](atoms/linearMPC.py): implements Model Predictive Control for linear systems using OSQP;
- [KalmanFilter](atoms/kalmanFilter.py): implementation of the Kalman Filter;
- [linearMPC](atoms/linearMPC.py): implements Model Predictive Control for linear systems using OSQP;
- [kalmanFilter](atoms/kalmanFilter.py): implementation of the Kalman Filter;
- [import_data](iNomaly/import_data.py): import, process, split and plot data in `.mat` format;
- [atoms_helpers](iNomaly/inomaly_helpers.py): helpers methods and logger to be used in the other classes of the package;
- [one_class_svm](iNomaly/one_class_svm.py): wrapper of the one class support vector machines (SVM) from scikit-learn.
Expand Down

0 comments on commit 488fee8

Please sign in to comment.