Skip to content

Commit 51637a3

Browse files
committed
Add Mohren paper to SSPOC docstring
1 parent 8049cdc commit 51637a3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pysensors/classification/_sspoc.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
"""
2-
Sparse Sensor Placement Optimization for Classification (SSPOC).
2+
Sparse Sensor Placement Optimization for Classification (SSPOC) based
3+
on
4+
5+
Brunton, Bingni W., et al.
6+
"Sparse sensor placement optimization for classification."
7+
SIAM Journal on Applied Mathematics 76.5 (2016): 2099-2122.
8+
9+
See also the following paper for improvements on this method
10+
11+
Mohren, Thomas L., et al.
12+
"Neural-inspired sensors enable sparse, efficient classification
13+
of spatiotemporal data."
14+
Proceedings of the National Academy of Sciences
15+
115.42 (2018): 10564-10569.
316
"""
417
import warnings
518

0 commit comments

Comments
 (0)